Skip to content

Commit

Permalink
Merge pull request #440 from sushanthakumar/installer-I-RC2
Browse files Browse the repository at this point in the history
Installer update for I-RC2 release
  • Loading branch information
skdwriting authored Mar 25, 2021
2 parents 2cb0e5f + f27689c commit 0ff9d6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.1
release_version: v1.2.2

# 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.1
gelato_release_version: v1.2.1
dashboard_release_version: v1.2.2
gelato_release_version: v1.2.2
sushi_release_version: v1.2.1
orchestration_release_version: v0.12.0
delfin_release_version: v1.1.1
delfin_release_version: v1.1.2

#################
# URLs, Environment Variables, IP addresses and Ports list
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.1
image: sodafoundation/dashboard:v1.2.2

# ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 0ff9d6f

Please sign in to comment.