[COMAC-185] Use temporal ProRAN synchronizer image for ONF demo
Change-Id: Id07296b578df7bfd8ccfdb7dee5b429ca8c769a1
diff --git a/comac-platform/Chart.yaml b/comac-platform/Chart.yaml
index a2b0f25..803e3a3 100644
--- a/comac-platform/Chart.yaml
+++ b/comac-platform/Chart.yaml
@@ -16,5 +16,5 @@
description: A Helm chart to install the COMAC profile on top of the CORD-Platform
icon: https://guide.opencord.org/logos/cord.svg
-version: 0.0.2
-appVersion: 0.0.2
+version: 0.0.3
+appVersion: 0.0.3
diff --git a/comac-platform/values.yaml b/comac-platform/values.yaml
index ff677b7..18b81b3 100644
--- a/comac-platform/values.yaml
+++ b/comac-platform/values.yaml
@@ -22,6 +22,10 @@
# 0.2. enable/disable sub-chart ProgRAN
progran:
enabled: false
+ image:
+ repository: 'woojoong/progran-synchronizer'
+ tag: 'onf-19'
+ pullPolicy: 'Always'
# 2. etcd-cluster parameters
etcd-cluster:
@@ -51,6 +55,7 @@
# 4. base-kubernetes parameters
+
# 5. mcord-setup parameters: true - enable COMAC to use SR-IOV; false - no SR-IOV networks
mcord-setup:
enabled: true