From: DenisGNoonan Date: Wed, 17 Apr 2024 14:11:09 +0000 (+0100) Subject: NONRTRIC-946: Servicemanager - fix deployment after version number update X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=commitdiff_plain;h=2e1a996d685b26af321c12a3a730cd4e961b0f75 NONRTRIC-946: Servicemanager - fix deployment after version number update Change-Id: I853b51ce0b1fb44675cd9b4eae05585acb30d266 Signed-off-by: DenisGNoonan --- diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 05211cf3..1a676076 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -374,9 +374,9 @@ capifcore: capifcore: imagePullPolicy: IfNotPresent image: - registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" name: nonrtric-plt-capifcore - tag: 1.2.0 + tag: 1.3.1 env: chart_museum_url: "http://chartmuseum:8080" repo_name: "capifcore" @@ -387,7 +387,7 @@ servicemanager: image: registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" name: nonrtric-plt-servicemanager - tag: 0.1.0 + tag: 0.1.1 rappmanager: rappmanager: diff --git a/nonrtric/helm/capifcore/values.yaml b/nonrtric/helm/capifcore/values.yaml index d8069773..e7ca92f0 100644 --- a/nonrtric/helm/capifcore/values.yaml +++ b/nonrtric/helm/capifcore/values.yaml @@ -22,9 +22,9 @@ capifcore: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-plt-capifcore - tag: 1.2.0 + tag: 1.3.1 service: httpName: http allowHttp: true diff --git a/nonrtric/helm/servicemanager/values.yaml b/nonrtric/helm/servicemanager/values.yaml index ea8ce33a..7a36304f 100644 --- a/nonrtric/helm/servicemanager/values.yaml +++ b/nonrtric/helm/servicemanager/values.yaml @@ -21,7 +21,7 @@ servicemanager: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-plt-servicemanager - tag: 0.1.0 + tag: 0.1.1 apiVersion: v1 kind: ConfigMap metadataName: servicemanager-configmap