From: Timo Tietavainen Date: Wed, 18 May 2022 10:38:01 +0000 (+0300) Subject: Upgrade DBAAS image version to 0.6.1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=f8602f197796ced7269c02702a662b5e848e3871;p=ric-plt%2Fric-dep.git Upgrade DBAAS image version to 0.6.1 Upgrade DBAAS default image version to 0.6.1. Issue-Id: RIC-698 Signed-off-by: Timo Tietavainen Change-Id: Ib9cf63bab49353f0601c500e5e41d694f563b5df --- diff --git a/RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml b/RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml index b680819..e22cc89 100644 --- a/RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml +++ b/RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml @@ -87,7 +87,7 @@ dbaas: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas - tag: 0.5.5 + tag: 0.6.1 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 d218f1e..31e6369 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.5 + tag: 0.6.1 imagePullPolicy: IfNotPresent enableHighAvailability: false enablePodAntiAffinity: false