From 0c1c3b4e2a84f41afb73fbfaef3a1025d6c87fc8 Mon Sep 17 00:00:00 2001 From: Timo Tietavainen Date: Thu, 16 Dec 2021 18:13:04 +0200 Subject: [PATCH] Upgrade DBAAS image version to 0.5.5 Upgrade DBAAS default and RIC e-release image version to 0.5.5. Issue-Id: RIC-113 Signed-off-by: Timo Tietavainen Change-Id: I0e9d3b68bc22afeac62e6ebecff8f87bd066c9d4 --- RECIPE_EXAMPLE/example_recipe.yaml | 2 +- RECIPE_EXAMPLE/example_recipe_oran_e_release.yaml | 2 +- helm/dbaas/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RECIPE_EXAMPLE/example_recipe.yaml b/RECIPE_EXAMPLE/example_recipe.yaml index 23c7037..e6a7519 100644 --- a/RECIPE_EXAMPLE/example_recipe.yaml +++ b/RECIPE_EXAMPLE/example_recipe.yaml @@ -87,7 +87,7 @@ dbaas: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas - tag: 0.5.1 + tag: 0.5.5 enableHighAvailability: false # Enable pod anti affinity only if you have more than 3 k8s nodes enablePodAntiAffinity: false diff --git a/RECIPE_EXAMPLE/example_recipe_oran_e_release.yaml b/RECIPE_EXAMPLE/example_recipe_oran_e_release.yaml index 1eb799f..4d04ec1 100644 --- a/RECIPE_EXAMPLE/example_recipe_oran_e_release.yaml +++ b/RECIPE_EXAMPLE/example_recipe_oran_e_release.yaml @@ -87,7 +87,7 @@ dbaas: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas - tag: 0.5.3 + tag: 0.5.5 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 733c15a..d218f1e 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.1 + tag: 0.5.5 imagePullPolicy: IfNotPresent enableHighAvailability: false enablePodAntiAffinity: false -- 2.16.6