From df4aa516348b113cbe10bf1eb9666b1dd29f27f2 Mon Sep 17 00:00:00 2001 From: Peres Kereotubo Date: Thu, 25 Jan 2024 11:58:54 -0500 Subject: [PATCH 1/2] updating scripts to 2.9.1 --- Dockerfile.build | 2 +- dell-csi-helm-installer/README.md | 4 ++-- dell-csi-helm-installer/csi-install.sh | 4 ++-- dell-csi-helm-installer/csi-offline-bundle.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.build b/Dockerfile.build index a7fdbefd..089f7e9b 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -82,6 +82,6 @@ LABEL vendor="Dell Inc." \ name="csi-powermax" \ summary="CSI Driver for Dell PowerMax" \ description="CSI Driver for provisioning persistent storage from Dell PowerMax" \ - version="2.9.0" \ + version="2.9.1" \ license="Apache-2.0" COPY csi-powermax/licenses /licenses diff --git a/dell-csi-helm-installer/README.md b/dell-csi-helm-installer/README.md index 284cdda0..79e6f46e 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-powermax-2.9.0/charts/csi-powermax/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-powermax-2.9.1/charts/csi-powermax/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 PowerMax driver the following steps can be executed @@ -45,7 +45,7 @@ For example, to create a values file for the PowerMax driver the following steps cd dell-csi-helm-installer # Download the template file -wget -O my-powermax-settings.yaml https://github.com/dell/helm-charts/raw/csi-powermax-2.9.0/charts/csi-powermax/values.yaml +wget -O my-powermax-settings.yaml https://github.com/dell/helm-charts/raw/csi-powermax-2.9.1/charts/csi-powermax/values.yaml # edit the newly created values file vi my-powermax-settings.yaml diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index c372e43b..f37fffb6 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -20,7 +20,7 @@ PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="v2.9.0" +DEFAULT_DRIVER_VERSION="v2.9.1" WATCHLIST="" # @@ -49,7 +49,7 @@ function usage() { exit 0 } -DRIVERVERSION="csi-powermax-2.9.0" +DRIVERVERSION="csi-powermax-2.9.1" while getopts ":h-:" optchar; do case "${optchar}" in diff --git a/dell-csi-helm-installer/csi-offline-bundle.sh b/dell-csi-helm-installer/csi-offline-bundle.sh index 09817a9c..bed713c7 100755 --- a/dell-csi-helm-installer/csi-offline-bundle.sh +++ b/dell-csi-helm-installer/csi-offline-bundle.sh @@ -236,7 +236,7 @@ DRIVER="csi-powermax" SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" REPODIR="$( dirname "${SCRIPTDIR}" )" -DRIVERVERSION="csi-powermax-2.9.0" +DRIVERVERSION="csi-powermax-1" while getopts "cprv:h" opt; do case $opt in From 0b4b87478e66bdaec5b40854a29f39c7af35d3e2 Mon Sep 17 00:00:00 2001 From: Peres Kereotubo Date: Thu, 25 Jan 2024 12:03:08 -0500 Subject: [PATCH 2/2] updating offline bundle --- dell-csi-helm-installer/csi-offline-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dell-csi-helm-installer/csi-offline-bundle.sh b/dell-csi-helm-installer/csi-offline-bundle.sh index bed713c7..dcc1ea2f 100755 --- a/dell-csi-helm-installer/csi-offline-bundle.sh +++ b/dell-csi-helm-installer/csi-offline-bundle.sh @@ -236,7 +236,7 @@ DRIVER="csi-powermax" SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" REPODIR="$( dirname "${SCRIPTDIR}" )" -DRIVERVERSION="csi-powermax-1" +DRIVERVERSION="csi-powermax-2.9.1" while getopts "cprv:h" opt; do case $opt in