From 0f2b02f6e78865775643633c6c8abbe8c8c1e8e5 Mon Sep 17 00:00:00 2001 From: Joseph Vazhappilly Date: Thu, 19 May 2022 17:01:42 +0530 Subject: [PATCH] Update SODA projects tags for Madagascar RC1 release --- ansible/group_vars/common.yml | 8 ++++---- charts/opensds/values.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/group_vars/common.yml b/ansible/group_vars/common.yml index 1e401309..7afa517a 100644 --- a/ansible/group_vars/common.yml +++ b/ansible/group_vars/common.yml @@ -43,7 +43,7 @@ install_gelato_ha_from: release # These fields below will specify the tag based on install_from type repo_branch: master -release_version: v1.6.0 +release_version: v1.6.1 # This field indicates which os family the system will be running, currently # support 'Debian' and 'RedHat' @@ -69,11 +69,11 @@ opensds_conf_file: /etc/opensds/opensds.conf api_release_version: v1.1.0 controller_release_version: v1.1.0 dock_release_version: v1.3.0 -dashboard_release_version: v1.6.0 -gelato_release_version: v1.6.0 +dashboard_release_version: v1.6.1 +gelato_release_version: v1.6.1 sushi_release_version: v1.4.0 orchestration_release_version: v0.13.0 -delfin_release_version: v1.5.0 +delfin_release_version: v1.5.1 ################# # URLs, Environment Variables, IP addresses and Ports list diff --git a/charts/opensds/values.yaml b/charts/opensds/values.yaml index 5b9f14a2..1d91e5b2 100644 --- a/charts/opensds/values.yaml +++ b/charts/opensds/values.yaml @@ -101,7 +101,7 @@ osdsdashboard: name: dashboard replicaCount: 1 - image: sodafoundation/dashboard:v1.6.0 + image: sodafoundation/dashboard:v1.6.1 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent