Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dell-csi-helm-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0/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.16.0/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
Expand All @@ -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.15.0/charts/csi-vxflexos/values.yaml
wget -O my-vxflexos-settings.yaml https://github.com/dell/helm-charts/raw/csi-vxflexos-2.16.0/charts/csi-vxflexos/values.yaml

# edit the newly created values file
vi my-vxflexos-settings.yaml
Expand Down Expand Up @@ -152,4 +152,4 @@ Options:
--release[=]<helm release> Name to register with helm, default value will match the driver name
--node-verify-user[=]<username> Username to SSH to worker nodes as, used to validate node requirements. Default is root
-h Help Help
```
```
4 changes: 2 additions & 2 deletions dell-csi-helm-installer/csi-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ PROG="${0}"
NODE_VERIFY=1
VERIFY=1
MODE="install"
DEFAULT_DRIVER_VERSION="v2.15.0"
DRIVERVERSION="csi-vxflexos-2.15.0"
DEFAULT_DRIVER_VERSION="v2.16.0"
DRIVERVERSION="csi-vxflexos-2.16.0"
WATCHLIST=""

# export the name of the debug log, so child processes will see it
Expand Down
24 changes: 12 additions & 12 deletions dell-csi-helm-installer/csi-offline-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,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.15.0
quay.io/dell/container-storage-modules/csi-powerstore:v2.15.0
quay.io/dell/container-storage-modules/csi-unity:v2.15.0
quay.io/dell/container-storage-modules/csi-vxflexos:v2.15.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
dellemc/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
Expand Down
4 changes: 2 additions & 2 deletions dell-csi-helm-installer/csi-offline-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ DRIVER="csi-vxflexos"
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
REPODIR="$( dirname "${SCRIPTDIR}" )"

DRIVERVERSION="csi-vxflexos-2.15.0"
DRIVERVERSION="csi-vxflexos-2.16.0"

while getopts "cprv:h" opt; do
case $opt in
Expand Down Expand Up @@ -411,4 +411,4 @@ fi

echo

exit 0
exit 0
4 changes: 2 additions & 2 deletions dell-csi-helm-installer/verify-csi-vxflexos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

# verify-csi-vxflexos method
function verify-csi-vxflexos() {
verify_k8s_versions "1.31" "1.33"
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_helm_values_version "${DRIVER_VERSION}"
verify_required_secrets "${RELEASE}-config"
Expand Down
Loading