From: Timo Tietavainen Date: Fri, 26 Feb 2021 07:47:03 +0000 (+0200) Subject: Upgrade helm and recipe DBAAS docker image version X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1a05b9916f22e901785103f6bcd41a7867f1ae03;p=ric-plt%2Fric-dep.git Upgrade helm and recipe DBAAS docker image version Current DBAAS image version 0.2.2 is very old. that's why upgrade example recipe and helm files to deploy the latest DBAAS version 0.5.1. Issue-ID: RIC-756 Signed-off-by: Timo Tietavainen Change-Id: If4c25eb8daa314fca0ebc575d724ec56ccc89ad4 --- diff --git a/RECIPE_EXAMPLE/example_recipe.yaml b/RECIPE_EXAMPLE/example_recipe.yaml index 49d78ef..2e75b49 100644 --- a/RECIPE_EXAMPLE/example_recipe.yaml +++ b/RECIPE_EXAMPLE/example_recipe.yaml @@ -86,7 +86,7 @@ dbaas: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas - tag: 0.2.2 + tag: 0.5.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 7a5d1ae..cf275ae 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.2.2 + tag: 0.5.1 imagePullPolicy: IfNotPresent enableHighAvailability: false enablePodAntiAffinity: false