Skip to content

Commit

Permalink
Merge pull request #448 from sushanthakumar/installer-Isabela
Browse files Browse the repository at this point in the history
Release tag update for Isabela
  • Loading branch information
skdwriting authored Apr 2, 2021
2 parents f78ee39 + 4551d7b commit b91ca1b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions ansible/group_vars/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/OpenSDS Installation using Helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion charts/csiplugin-block/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/csiplugin-file/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/opensds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b91ca1b

Please sign in to comment.