From d3112aa93b4986b7d7af5a6120319927cb2abb29 Mon Sep 17 00:00:00 2001 From: sushanthakumar Date: Tue, 30 Mar 2021 20:33:09 +0530 Subject: [PATCH] Release tag update for I-RC3 --- 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 e8289ad3..1389e2d5 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.2.2 +release_version: v1.2.3 # This field indicates which os family the system will be running, currently # support 'Debian' and 'RedHat' @@ -65,11 +65,11 @@ opensds_conf_file: /etc/opensds/opensds.conf api_release_version: v1.0.0 controller_release_version: v1.0.0 dock_release_version: v1.2.0 -dashboard_release_version: v1.2.2 -gelato_release_version: v1.2.2 +dashboard_release_version: v1.2.3 +gelato_release_version: v1.2.3 sushi_release_version: v1.2.1 orchestration_release_version: v0.12.0 -delfin_release_version: v1.1.2 +delfin_release_version: v1.1.3 ################# # URLs, Environment Variables, IP addresses and Ports list diff --git a/charts/opensds/values.yaml b/charts/opensds/values.yaml index a3c0ced8..55acba52 100644 --- a/charts/opensds/values.yaml +++ b/charts/opensds/values.yaml @@ -101,7 +101,7 @@ osdsdashboard: name: dashboard replicaCount: 1 - image: sodafoundation/dashboard:v1.2.2 + image: sodafoundation/dashboard:v1.2.3 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent