diff --git a/ansible/group_vars/common.yml b/ansible/group_vars/common.yml index f5da8cdc5..58d1fe3b4 100644 --- a/ansible/group_vars/common.yml +++ b/ansible/group_vars/common.yml @@ -34,8 +34,8 @@ deploy_project: all install_from: release # These fields below will specify the tag based on install_from type repo_branch: master -release_version: v0.9.0 -image_tag: v0.9.0 +release_version: v0.10.0 +image_tag: v0.10.0 # This field indicates which os family the system will be running, currently # support 'Debian' and 'RedHat' diff --git a/charts/OpenSDS Installation using Helm.md b/charts/OpenSDS Installation using Helm.md index 1373e4bf6..2a6e8f885 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/opensds/opensds/releases/download/v0.9.0/opensds-hotpot-v0.9.0-linux-amd64.tar.gz -tar zxvf opensds-hotpot-v0.9.0-linux-amd64.tar.gz -cp opensds-hotpot-v0.9.0-linux-amd64/bin/* /usr/local/bin +wget /~https://github.com/opensds/opensds/releases/download/v0.10.0/opensds-hotpot-v0.10.0-linux-amd64.tar.gz +tar zxvf opensds-hotpot-v0.10.0-linux-amd64.tar.gz +cp opensds-hotpot-v0.10.0-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/opensds/nbp/releases/download/v0.9.0/opensds-sushi-v0.9.0-linux-amd64.tar.gz -tar zxvf opensds-sushi-v0.9.0-linux-amd64.tar.gz +wget /~https://github.com/opensds/nbp/releases/download/v0.10.0/opensds-sushi-v0.10.0-linux-amd64.tar.gz +tar zxvf opensds-sushi-v0.10.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 98cdfe9e0..7d40c6d3b 100755 --- a/charts/csiplugin-block/values.yaml +++ b/charts/csiplugin-block/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -image: opensdsio/csiplugin-block:v0.9.0 +image: opensdsio/csiplugin-block:v0.10.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 4e24a33cc..71406aee1 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: opensdsio/csiplugin-file:v0.9.0 +image: opensdsio/csiplugin-file:v0.10.0 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent # ImageRestartPolicy: valid values are "Never", and "Always" diff --git a/charts/opensds/values.yaml b/charts/opensds/values.yaml index e2ceb9076..0e45b9a4b 100644 --- a/charts/opensds/values.yaml +++ b/charts/opensds/values.yaml @@ -13,7 +13,7 @@ deployments: osdsapiserver: name: apiserver replicaCount: 1 - image: opensdsio/opensds-apiserver:v0.9.0 + image: opensdsio/opensds-apiserver:v0.10.0 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent # Attributes of the apiserver's service resource @@ -40,7 +40,7 @@ osdsapiserver: osdslet: name: controller replicaCount: 1 - image: opensdsio/opensds-controller:v0.9.0 + image: opensdsio/opensds-controller:v0.10.0 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent # Attributes of the controller's service resource @@ -67,7 +67,7 @@ osdslet: osdsdock: name: dock replicaCount: 1 - image: opensdsio/opensds-dock:v0.9.0 + image: opensdsio/opensds-dock:v0.10.0 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent # Attributes of the dock's service resource @@ -94,7 +94,7 @@ osdsdock: osdsdashboard: name: dashboard replicaCount: 1 - image: opensdsio/dashboard:v0.9.0 + image: opensdsio/dashboard:v0.10.0 # ImagePullPolicy: valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent # Attributes of the dashboard's service resource diff --git a/charts/servicebroker/values.yaml b/charts/servicebroker/values.yaml index 08f36dbd7..385375bed 100644 --- a/charts/servicebroker/values.yaml +++ b/charts/servicebroker/values.yaml @@ -2,7 +2,7 @@ # Image to use name: servicebroker image: - service-broker: opensdsio/service-broker:v0.9.0 + service-broker: opensdsio/service-broker:v0.10.0 etcd-store: quay.io/coreos/etcd:latest # ImagePullPolicy; valid values are "IfNotPresent", "Never", and "Always" imagePullPolicy: IfNotPresent