From 1a05b9916f22e901785103f6bcd41a7867f1ae03 Mon Sep 17 00:00:00 2001 From: Timo Tietavainen Date: Fri, 26 Feb 2021 09:47:03 +0200 Subject: [PATCH] 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 --- RECIPE_EXAMPLE/example_recipe.yaml | 2 +- helm/dbaas/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6