diff --git a/Dockerfile b/Dockerfile index 6f3805e7..5e77e68f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ LABEL vendor="Dell Inc." \ name="csi-powerflex" \ summary="CSI Driver for Dell EMC PowerFlex" \ description="CSI Driver for provisioning persistent storage from Dell EMC PowerFlex" \ - version="2.9.1" \ + version="2.9.2" \ license="Apache-2.0" COPY ./licenses /licenses diff --git a/dell-csi-helm-installer/README.md b/dell-csi-helm-installer/README.md index ea2018de..798a5ecb 100644 --- a/dell-csi-helm-installer/README.md +++ b/dell-csi-helm-installer/README.md @@ -36,7 +36,7 @@ This project provides the following capabilitites, each one is discussed in deta Most of these usages require the creation/specification of a values file. These files specify configuration settings that are passed into the driver and configure it for use. To create one of these files, the following steps should be followed: -1. Download a template file for the driver to a new location, naming this new file is at the users discretion. The template files are always found at `https://github.com/dell/helm-charts/raw/csi-vxflexos-2.9.1/charts/csi-vxflexos/values.yaml` +1. Download a template file for the driver to a new location, naming this new file is at the users discretion. The template files are always found at `https://github.com/dell/helm-charts/raw/csi-vxflexos-2.9.2/charts/csi-vxflexos/values.yaml` 2. Edit the file such that it contains the proper configuration settings for the specific environment. These files are yaml formatted so maintaining the file structure is important. For example, to create a values file for the PowerFlex driver the following steps can be executed @@ -45,7 +45,7 @@ For example, to create a values file for the PowerFlex driver the following step cd dell-csi-helm-installer # download the template file - wget -O my-vxflexos-settings.yaml https://github.com/dell/helm-charts/raw/csi-vxflexos-2.9.1/charts/csi-vxflexos/values.yaml + wget -O my-vxflexos-settings.yaml https://github.com/dell/helm-charts/raw/csi-vxflexos-2.9.2/charts/csi-vxflexos/values.yaml # edit the newly created values file vi my-vxflexos-settings.yaml diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index f886e415..6386f4a8 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -20,8 +20,8 @@ PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="v2.9.1" -DRIVERVERSION="csi-vxflexos-2.9.1" +DEFAULT_DRIVER_VERSION="v2.9.2" +DRIVERVERSION="csi-vxflexos-2.9.2" WATCHLIST="" # export the name of the debug log, so child processes will see it diff --git a/dell-csi-helm-installer/csi-offline-bundle.sh b/dell-csi-helm-installer/csi-offline-bundle.sh index 1554f8a7..e5672243 100755 --- a/dell-csi-helm-installer/csi-offline-bundle.sh +++ b/dell-csi-helm-installer/csi-offline-bundle.sh @@ -235,7 +235,7 @@ DRIVER="csi-vxflexos" SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" REPODIR="$( dirname "${SCRIPTDIR}" )" -DRIVERVERSION="csi-vxflexos-2.9.1" +DRIVERVERSION="csi-vxflexos-2.9.2" while getopts "cprv:h" opt; do case $opt in