[COMAC-195] Change CDN images to official ones
Change-Id: Ice30de2a5ff263ad8c18f4762ef3fb633e526f9c
diff --git a/cdn-services/cdn-local/Chart.yaml b/cdn-services/cdn-local/Chart.yaml
index 7ed8d61..1ec0fb4 100644
--- a/cdn-services/cdn-local/Chart.yaml
+++ b/cdn-services/cdn-local/Chart.yaml
@@ -17,4 +17,4 @@
appVersion: "1.0"
description: A Helm chart for M-CORD CDN Services in Local Edge
name: cdn-local
-version: 0.0.5
+version: 0.1.0
diff --git a/cdn-services/cdn-local/values.yaml b/cdn-services/cdn-local/values.yaml
index 27cbf7a..807c7bb 100644
--- a/cdn-services/cdn-local/values.yaml
+++ b/cdn-services/cdn-local/values.yaml
@@ -25,7 +25,7 @@
nginx:
images:
- nginx_image: "woojoong/nginx:onf-video-v3"
+ nginx_image: "docker.io/omecproject/cdn-nginx:1.0.0"
ports:
rtmp_orig: 1935
rtmp_np: 31935
diff --git a/cdn-services/cdn-remote/Chart.yaml b/cdn-services/cdn-remote/Chart.yaml
index 19ae4f8..08aebab 100644
--- a/cdn-services/cdn-remote/Chart.yaml
+++ b/cdn-services/cdn-remote/Chart.yaml
@@ -17,4 +17,4 @@
appVersion: "1.0"
description: A Helm chart for M-CORD CDN Services in Remote Edge
name: cdn-remote
-version: 0.0.4
+version: 0.1.0
diff --git a/cdn-services/cdn-remote/values.yaml b/cdn-services/cdn-remote/values.yaml
index 876e503..96f55cc 100644
--- a/cdn-services/cdn-remote/values.yaml
+++ b/cdn-services/cdn-remote/values.yaml
@@ -21,7 +21,7 @@
video_quality: 360
antmedia_ip: 10.90.0.132
images:
- remote_streaming_image: "woojoong/mwc-cdn:remote-v3"
+ remote_streaming_image: "docker.io/omecproject/cdn-video-repo:1.0.0"
ports:
vlc: 8089
vlc_np: 31889
@@ -34,7 +34,7 @@
antmedia:
images:
- antmedia_image: "woojoong/antmedia:1.7.0"
+ antmedia_image: "docker.io/omecproject/cdn-antmedia:1.0.0"
ports:
httpui: 5080
httpui_np: 32080