diff --git a/dell-csi-helm-installer/README.md b/dell-csi-helm-installer/README.md index d8589425..f1fe2abc 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 within the driver repo at `https://github.com/dell/helm-charts/raw/csi-isilon-2.15.0/charts/csi-isilon/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 within the driver repo at `https://github.com/dell/helm-charts/raw/csi-isilon-2.16.0/charts/csi-isilon/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 PowerScale driver the following steps can be executed @@ -46,7 +46,7 @@ For example, to create a values file for the PowerScale driver the following ste cd dell-csi-helm-installer # copy the template file - wget -O my-isilon-settings.yaml -b csi-isilon-2.15.0 https://raw.githubusercontent.com/dell/helm-charts/main/charts/csi-isilon/values.yaml + wget -O my-isilon-settings.yaml -b csi-isilon-2.16.0 https://raw.githubusercontent.com/dell/helm-charts/main/charts/csi-isilon/values.yaml # edit the newly created values file vi my-isilon-settings.yaml diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index 7b8b7903..38a037c0 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -13,7 +13,7 @@ SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" -HELM_BRANCH="csi-isilon-2.15.0" +HELM_BRANCH="csi-isilon-2.16.0" DRIVERDIR="${SCRIPTDIR}/../helm-charts/charts" DRIVER="csi-isilon" VERIFYSCRIPT="${SCRIPTDIR}/verify.sh" @@ -21,7 +21,7 @@ PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="v2.15.0" +DEFAULT_DRIVER_VERSION="v2.16.0" WATCHLIST="" # export the name of the debug log, so child processes will see it diff --git a/dell-csi-helm-installer/csi-offline-bundle.md b/dell-csi-helm-installer/csi-offline-bundle.md index cb13d394..d5aa1ce2 100644 --- a/dell-csi-helm-installer/csi-offline-bundle.md +++ b/dell-csi-helm-installer/csi-offline-bundle.md @@ -88,21 +88,21 @@ For example, here is the output of a request to build an offline bundle for the * * Pulling and saving container images - quay.io/dell/container-storage-modules/csi-isilon:v2.15.0 - quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.10.0 - quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.13.0 - quay.io/dell/container-storage-modules/csi-powermax:v2.14.0 - quay.io/dell/container-storage-modules/csi-powerstore:v2.14.0 - quay.io/dell/container-storage-modules/csi-unity:v2.14.0 - quay.io/dell/container-storage-modules/csi-vxflexos:v2.14.0 + quay.io/dell/container-storage-modules/csi-isilon:v2.16.0 + quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.11.0 + quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.14.0 + quay.io/dell/container-storage-modules/csi-powermax:v2.16.0 + quay.io/dell/container-storage-modules/csi-powerstore:v2.16.0 + quay.io/dell/container-storage-modules/csi-unity:v2.16.0 + quay.io/dell/container-storage-modules/csi-vxflexos:v2.16.0 quay.io/dell/container-storage-modules/csm-authorization-sidecar:v1.14.0 - quay.io/dell/container-storage-modules/csm-metrics-powerflex:v1.12.0 - quay.io/dell/container-storage-modules/csm-metrics-powerscale:v1.9.0 + quay.io/dell/container-storage-modules/csm-metrics-powerflex:v1.14.0 + quay.io/dell/container-storage-modules/csm-metrics-powerscale:v1.11.0 quay.io/dell/container-storage-modules/csm-topology:v1.12.0 - quay.io/dell/container-storage-modules/dell-csi-replicator:v1.12.0 - quay.io/dell/container-storage-modules/dell-replication-controller:v1.12.0 + quay.io/dell/container-storage-modules/dell-csi-replicator:v1.14.0 + quay.io/dell/container-storage-modules/dell-replication-controller:v1.14.0 quay.io/dell/container-storage-modules/sdc:4.5.2.1 - quay.io/dell/container-storage-modules/dell-csm-operator:v1.9.0 + quay.io/dell/container-storage-modules/dell-csm-operator:v1.11.0 registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9:v4.16.0-202409051837.p0.g8ea2c99.assembly.stream.el9 nginxinc/nginx-unprivileged:1.27 otel/opentelemetry-collector:0.42.0 diff --git a/dell-csi-helm-installer/csi-offline-bundle.sh b/dell-csi-helm-installer/csi-offline-bundle.sh index 45e835f6..f4dbbec0 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-isilon" SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" REPODIR="$( dirname "${SCRIPTDIR}" )" -DRIVERVERSION="csi-isilon-2.15.0" +DRIVERVERSION="csi-isilon-2.16.0" while getopts "cpr:v:h" opt; do case $opt in diff --git a/dell-csi-helm-installer/verify-csi-isilon.sh b/dell-csi-helm-installer/verify-csi-isilon.sh index fbd151e2..4680cb34 100644 --- a/dell-csi-helm-installer/verify-csi-isilon.sh +++ b/dell-csi-helm-installer/verify-csi-isilon.sh @@ -14,8 +14,8 @@ # # verify-csi-isilon method function verify-csi-isilon() { - verify_k8s_versions "1.32" "1.34" - verify_openshift_versions "4.18" "4.19" + verify_k8s_versions "1.33" "1.35" + verify_openshift_versions "4.18" "4.20" verify_namespace "${NS}" verify_required_secrets "${RELEASE}-creds" verify_optional_secrets "${RELEASE}-certs"