From: Timo Tietavainen Date: Thu, 16 Dec 2021 16:13:04 +0000 (+0200) Subject: Upgrade DBAAS image version to 0.5.5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0c1c3b4e2a84f41afb73fbfaef3a1025d6c87fc8;hp=3a6039a7db6164d54f80ab0f743a058dc5526862;p=ric-plt%2Fric-dep.git Upgrade DBAAS image version to 0.5.5 Upgrade DBAAS default and RIC e-release image version to 0.5.5. Issue-Id: RIC-113 Signed-off-by: Timo Tietavainen Change-Id: I0e9d3b68bc22afeac62e6ebecff8f87bd066c9d4 --- diff --git a/RECIPE_EXAMPLE/example_recipe.yaml b/RECIPE_EXAMPLE/example_recipe.yaml index 23c7037..e6a7519 100644 --- a/RECIPE_EXAMPLE/example_recipe.yaml +++ b/RECIPE_EXAMPLE/example_recipe.yaml @@ -87,7 +87,7 @@ dbaas: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas - tag: 0.5.1 + tag: 0.5.5 enableHighAvailability: false # Enable pod anti affinity only if you have more than 3 k8s nodes enablePodAntiAffinity: false diff --git a/RECIPE_EXAMPLE/example_recipe_oran_e_release.yaml b/RECIPE_EXAMPLE/example_recipe_oran_e_release.yaml index 1eb799f..4d04ec1 100644 --- a/RECIPE_EXAMPLE/example_recipe_oran_e_release.yaml +++ b/RECIPE_EXAMPLE/example_recipe_oran_e_release.yaml @@ -87,7 +87,7 @@ dbaas: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas - tag: 0.5.3 + tag: 0.5.5 enableHighAvailability: false # Enable pod anti affinity only if you have more than 3 k8s nodes enablePodAntiAffinity: false diff --git a/helm/dbaas/values.yaml b/helm/dbaas/values.yaml index 733c15a..d218f1e 100644 --- a/helm/dbaas/values.yaml +++ b/helm/dbaas/values.yaml @@ -19,7 +19,7 @@ dbaas: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas - tag: 0.5.1 + tag: 0.5.5 imagePullPolicy: IfNotPresent enableHighAvailability: false enablePodAntiAffinity: false