From 4fd852922ecb3507e9ee2531466004ee8dcd15d6 Mon Sep 17 00:00:00 2001 From: Joseph Vazhappilly Date: Tue, 22 Jun 2021 13:26:30 +0530 Subject: [PATCH] Update SODA project tags for Jerba RC1 release --- ansible/group_vars/common.yml | 18 +++++++++--------- charts/OpenSDS Installation using Helm.md | 10 +++++----- charts/csiplugin-block/values.yaml | 2 +- charts/csiplugin-file/values.yaml | 2 +- charts/opensds/values.yaml | 8 ++++---- charts/servicebroker/values.yaml | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ansible/group_vars/common.yml b/ansible/group_vars/common.yml index 6bd548639..18598824d 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.3.0 +release_version: v1.3.1 # This field indicates which os family the system will be running, currently # support 'Debian' and 'RedHat' @@ -66,14 +66,14 @@ opensds_conf_file: /etc/opensds/opensds.conf ############### # Respective projects release versions -api_release_version: v1.0.0 -controller_release_version: v1.0.0 -dock_release_version: v1.2.0 -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.2.0 +api_release_version: v1.0.1 +controller_release_version: v1.0.1 +dock_release_version: v1.2.1 +dashboard_release_version: v1.3.1 +gelato_release_version: v1.3.1 +sushi_release_version: v1.3.1 +orchestration_release_version: v0.12.1 +delfin_release_version: v1.2.1 ################# # 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 1e92b347a..4db1056e7 100644 --- a/charts/OpenSDS Installation using Helm.md +++ b/charts/OpenSDS Installation using Helm.md @@ -290,9 +290,9 @@ helm install csiplugin-file/ --name={ csiplugin_service_name } ### OpenSDS CLI tool #### Download cli tool ``` -wget https://github.com/sodafoundation/api/releases/download/v1.0.0/soda-api-v1.0.0-linux-amd64.tar.gz -tar zxvf soda-api-v1.0.0-linux-amd64.tar.gz -cp soda-api-v1.0.0-linux-amd64/bin/* /usr/local/bin +wget https://github.com/sodafoundation/api/releases/download/v1.0.1/soda-api-v1.0.1-linux-amd64.tar.gz +tar zxvf soda-api-v1.0.1-linux-amd64.tar.gz +cp soda-api-v1.0.1-linux-amd64/bin/* /usr/local/bin chmod 755 /usr/local/bin/osdsctl export OPENSDS_ENDPOINT=http://{{ apiserver_cluster_ip }}:50040 @@ -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.3.0/opensds-sushi-v1.3.0-linux-amd64.tar.gz -tar zxvf opensds-sushi-v1.3.0-linux-amd64.tar.gz +wget https://github.com/sodafoundation/nbp/releases/download/v1.3.1/opensds-sushi-v1.3.1-linux-amd64.tar.gz +tar zxvf opensds-sushi-v1.3.1-linux-amd64.tar.gz cd /opensds-sushi-linux-amd64 ``` diff --git a/charts/csiplugin-block/values.yaml b/charts/csiplugin-block/values.yaml index 7dcc1573c..234161081 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.3.0 +image: sodafoundation/csiplugin-block:v1.3.1 # 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 c8208de91..e406d3dc5 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.3.0 +image: sodafoundation/csiplugin-file:v1.3.1 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent diff --git a/charts/opensds/values.yaml b/charts/opensds/values.yaml index 860f9d050..3ab870e32 100644 --- a/charts/opensds/values.yaml +++ b/charts/opensds/values.yaml @@ -14,7 +14,7 @@ osdsapiserver: name: apiserver replicaCount: 1 - image: sodafoundation/apiserver:v1.0.0 + image: sodafoundation/apiserver:v1.0.1 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent @@ -43,7 +43,7 @@ osdslet: name: controller replicaCount: 1 - image: sodafoundation/controller:v1.0.0 + image: sodafoundation/controller:v1.0.1 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent @@ -72,7 +72,7 @@ osdsdock: name: dock replicaCount: 1 - image: sodafoundation/dock:v1.2.0 + image: sodafoundation/dock:v1.2.1 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent @@ -101,7 +101,7 @@ osdsdashboard: name: dashboard replicaCount: 1 - image: sodafoundation/dashboard:v1.3.0 + image: sodafoundation/dashboard:v1.3.1 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent diff --git a/charts/servicebroker/values.yaml b/charts/servicebroker/values.yaml index b0978271c..8c7276d1c 100644 --- a/charts/servicebroker/values.yaml +++ b/charts/servicebroker/values.yaml @@ -3,7 +3,7 @@ name: servicebroker image: - service-broker: sodafoundation/service-broker:v1.2.0 + service-broker: sodafoundation/service-broker:v1.2.1 etcd-store: quay.io/coreos/etcd:latest # ImagePullPolicy; valid values are "IfNotPresent", "Never", and "Always"