Upgrade helm and recipe DBAAS docker image version 00/5700/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 26 Feb 2021 07:47:03 +0000 (09:47 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 26 Feb 2021 07:47:03 +0000 (09:47 +0200)
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 <timo.tietavainen@nokia.com>
Change-Id: If4c25eb8daa314fca0ebc575d724ec56ccc89ad4

RECIPE_EXAMPLE/example_recipe.yaml
helm/dbaas/values.yaml

index 49d78ef..2e75b49 100644 (file)
@@ -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
index 7a5d1ae..cf275ae 100644 (file)
@@ -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