diff --git a/ansible/group_vars/common.yml b/ansible/group_vars/common.yml index 0de65c4c..c3d4e7cf 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.1 +release_version: v1.3.2 # This field indicates which os family the system will be running, currently # support 'Debian' and 'RedHat' @@ -69,11 +69,11 @@ opensds_conf_file: /etc/opensds/opensds.conf 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 +dashboard_release_version: v1.3.3 +gelato_release_version: v1.3.2 sushi_release_version: v1.3.1 orchestration_release_version: v0.12.1 -delfin_release_version: v1.2.1 +delfin_release_version: v1.2.2 ################# # URLs, Environment Variables, IP addresses and Ports list diff --git a/charts/opensds/values.yaml b/charts/opensds/values.yaml index 3ab870e3..0bb252b2 100644 --- a/charts/opensds/values.yaml +++ b/charts/opensds/values.yaml @@ -101,7 +101,7 @@ osdsdashboard: name: dashboard replicaCount: 1 - image: sodafoundation/dashboard:v1.3.1 + image: sodafoundation/dashboard:v1.3.3 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent