From f8602f197796ced7269c02702a662b5e848e3871 Mon Sep 17 00:00:00 2001 From: Timo Tietavainen Date: Wed, 18 May 2022 13:38:01 +0300 Subject: [PATCH] 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 --- RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml | 2 +- helm/dbaas/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6