From: Lathish Date: Tue, 1 Dec 2020 15:09:22 +0000 (+0000) Subject: Update the docker image for Cherry release X-Git-Tag: f-release~72 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=adca874749896a2933602dbd0d6519bccc78c709;p=it%2Fdep.git Update the docker image for Cherry release Issue-ID: NONRTRIC-332 Change-Id: If26ca3280fa93e38d80a490fbfb8b64f7161ce9b Signed-off-by: Lathish --- diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index ca51b595..08c84079 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -57,7 +57,7 @@ a1simulator: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: a1-simulator - tag: 2.0.0 + tag: 2.1.0 service: allowHttp: true httpName: http @@ -87,7 +87,7 @@ controlpanel: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-controlpanel - tag: 2.0.0 + tag: 2.1.0 replicaCount: 1 service: allowHttp: true @@ -113,7 +113,7 @@ policymanagementservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-policy-agent - tag: 2.0.1 + tag: 2.1.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/a1controller/values.yaml b/nonrtric/helm/a1controller/values.yaml index a3bf0a60..11e8a0dc 100644 --- a/nonrtric/helm/a1controller/values.yaml +++ b/nonrtric/helm/a1controller/values.yaml @@ -22,7 +22,7 @@ a1controller: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-a1-controller - tag: 2.0.0 + tag: 2.0.1 replicaCount: 1 service: allowHttp: true diff --git a/nonrtric/helm/a1simulator/values.yaml b/nonrtric/helm/a1simulator/values.yaml index d98fd433..85468742 100644 --- a/nonrtric/helm/a1simulator/values.yaml +++ b/nonrtric/helm/a1simulator/values.yaml @@ -24,7 +24,7 @@ a1simulator: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: a1-simulator - tag: 2.0.0 + tag: 2.1.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/controlpanel/values.yaml b/nonrtric/helm/controlpanel/values.yaml index 1a64c15a..a842ec4b 100644 --- a/nonrtric/helm/controlpanel/values.yaml +++ b/nonrtric/helm/controlpanel/values.yaml @@ -23,7 +23,7 @@ controlpanel: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-controlpanel - tag: 2.0.0 + tag: 2.1.0 replicaCount: 1 service: allowHttp: true diff --git a/nonrtric/helm/policymanagementservice/values.yaml b/nonrtric/helm/policymanagementservice/values.yaml index 3cffe1a0..3e6cc52e 100644 --- a/nonrtric/helm/policymanagementservice/values.yaml +++ b/nonrtric/helm/policymanagementservice/values.yaml @@ -23,7 +23,7 @@ policymanagementservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-policy-agent - tag: 2.0.0 + tag: 2.1.0 service: allowHttp: true httpName: http