diff --git a/Dockerfile.podman b/Dockerfile.podman index 562b81f..ac81520 100644 --- a/Dockerfile.podman +++ b/Dockerfile.podman @@ -27,6 +27,6 @@ LABEL vendor="Dell Inc." \ name="csi-unity" \ summary="CSI Driver for Dell Unity XT" \ description="CSI Driver for provisioning persistent storage from Dell Unity XT" \ - version="2.9.0" \ + version="2.9.1" \ license="Apache-2.0" COPY csi-unity/licenses /licenses diff --git a/dell-csi-helm-installer/README.md b/dell-csi-helm-installer/README.md index 0009105..9955e95 100644 --- a/dell-csi-helm-installer/README.md +++ b/dell-csi-helm-installer/README.md @@ -49,7 +49,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-unity-2.9.0/charts/csi-unity/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-unity-2.9.1/charts/csi-unity/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 Unity XT driver the following steps can be executed @@ -58,7 +58,7 @@ For example, to create a values file for the Unity XT driver the following steps cd dell-csi-helm-installer # download the template file -wget -O my-unity-settings.yaml https://github.com/dell/helm-charts/raw/csi-unity-2.9.0/charts/csi-unity/values.yaml +wget -O my-unity-settings.yaml https://github.com/dell/helm-charts/raw/csi-unity-2.9.1/charts/csi-unity/values.yaml # edit the newly created values file vi my-unity-settings.yaml diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index 0e9234b..02339ad 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -16,10 +16,10 @@ PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="v2.9.0" +DEFAULT_DRIVER_VERSION="v2.9.1" WATCHLIST="" -DRIVERVERSION="csi-unity-2.9.0" +DRIVERVERSION="csi-unity-2.9.1" # usage will print command execution help and then exit function usage() { diff --git a/dell-csi-helm-installer/csi-offline-bundle.sh b/dell-csi-helm-installer/csi-offline-bundle.sh index 8ca19c3..368d281 100755 --- a/dell-csi-helm-installer/csi-offline-bundle.sh +++ b/dell-csi-helm-installer/csi-offline-bundle.sh @@ -231,7 +231,7 @@ DRIVER="csi-unity" SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" REPODIR="$( dirname "${SCRIPTDIR}" )" -DRIVERVERSION="csi-unity-2.9.0" +DRIVERVERSION="csi-unity-2.9.1" while getopts "cprv:h" opt; do case $opt in