From 4551d7bee2198aeff047691b678f8dcbdbc09e2b Mon Sep 17 00:00:00 2001 From: sushanthakumar Date: Fri, 2 Apr 2021 18:17:12 +0530 Subject: [PATCH] Release tag update for Isabela --- ansible/group_vars/common.yml | 10 +++++----- charts/OpenSDS Installation using Helm.md | 4 ++-- charts/csiplugin-block/values.yaml | 2 +- charts/csiplugin-file/values.yaml | 2 +- charts/opensds/values.yaml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ansible/group_vars/common.yml b/ansible/group_vars/common.yml index 1389e2d5..ebe744a4 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.3 +release_version: v1.3.0 # 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.3 -gelato_release_version: v1.2.3 -sushi_release_version: v1.2.1 +dashboard_release_version: v1.3.0 +gelato_release_version: v1.3.0 +sushi_release_version: v1.3.0 orchestration_release_version: v0.12.0 -delfin_release_version: v1.1.3 +delfin_release_version: v1.2.0 ################# # URLs, Environment Variables, IP addresses and Ports list diff --git a/charts/OpenSDS Installation using Helm.md b/charts/OpenSDS Installation using Helm.md index 3bf9bb15..1e92b347 100644 --- a/charts/OpenSDS Installation using Helm.md +++ b/charts/OpenSDS Installation using Helm.md @@ -334,8 +334,8 @@ Logout of the dashboard as admin and login the dashboard again as a non-admin us #### For CSI Plugin ``` -wget https://github.com/sodafoundation/nbp/releases/download/v1.2.1/opensds-sushi-v1.2.1-linux-amd64.tar.gz -tar zxvf opensds-sushi-v1.2.1-linux-amd64.tar.gz +wget https://github.com/sodafoundation/nbp/releases/download/v1.3.0/opensds-sushi-v1.3.0-linux-amd64.tar.gz +tar zxvf opensds-sushi-v1.3.0-linux-amd64.tar.gz cd /opensds-sushi-linux-amd64 ``` diff --git a/charts/csiplugin-block/values.yaml b/charts/csiplugin-block/values.yaml index 05004d10..7dcc1573 100644 --- a/charts/csiplugin-block/values.yaml +++ b/charts/csiplugin-block/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. -image: sodafoundation/csiplugin-block:v1.2.1 +image: sodafoundation/csiplugin-block:v1.3.0 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent # ImageRestartPolicy: valid values are "Never", and "Always" diff --git a/charts/csiplugin-file/values.yaml b/charts/csiplugin-file/values.yaml index f359fb63..c8208de9 100644 --- a/charts/csiplugin-file/values.yaml +++ b/charts/csiplugin-file/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -image: sodafoundation/csiplugin-file:v1.2.1 +image: sodafoundation/csiplugin-file:v1.3.0 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent diff --git a/charts/opensds/values.yaml b/charts/opensds/values.yaml index 55acba52..860f9d05 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.3 + image: sodafoundation/dashboard:v1.3.0 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent