Skip to content

Commit

Permalink
Merge pull request #228 from dell/csiunity-version-update
Browse files Browse the repository at this point in the history
Driver version bump up for CSM 1.12
  • Loading branch information
WilsonRadadia20 committed Sep 3, 2024
2 parents 577fb0c + 2c4444f commit c5048a3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.podman
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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.11.0" \
version="2.12.0" \
license="Apache-2.0"
COPY csi-unity/licenses /licenses
4 changes: 2 additions & 2 deletions dell-csi-helm-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.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.12.0/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
Expand All @@ -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.11.0/charts/csi-unity/values.yaml
wget -O my-unity-settings.yaml https://github.com/dell/helm-charts/raw/csi-unity-2.12.0/charts/csi-unity/values.yaml
# edit the newly created values file
vi my-unity-settings.yaml
Expand Down
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 @@ -16,10 +16,10 @@ PROG="${0}"
NODE_VERIFY=1
VERIFY=1
MODE="install"
DEFAULT_DRIVER_VERSION="v2.11.0"
DEFAULT_DRIVER_VERSION="v2.12.0"
WATCHLIST=""

DRIVERVERSION="csi-unity-2.11.0"
DRIVERVERSION="csi-unity-2.12.0"

# usage will print command execution help and then exit
function usage() {
Expand Down
18 changes: 9 additions & 9 deletions dell-csi-helm-installer/csi-offline-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ For example, here is the output of a request to build an offline bundle for the
*
* Pulling and saving container images
dellemc/csi-isilon:v2.11.0
dellemc/csi-isilon:v2.12.0
dellemc/csi-metadata-retriever:v1.6.0
dellemc/csipowermax-reverseproxy:v2.6.0
dellemc/csi-powermax:v2.11.0
dellemc/csi-powerstore:v2.11.0
dellemc/csi-unity:v2.11.0
dellemc/csi-vxflexos:v2.11.0
dellemc/csi-powermax:v2.12.0
dellemc/csi-powerstore:v2.12.0
dellemc/csi-unity:v2.12.0
dellemc/csi-vxflexos:v2.12.0
dellemc/csm-authorization-sidecar:v1.9.0
dellemc/csm-metrics-powerflex:v1.5.0
dellemc/csm-metrics-powerscale:v1.2.0
Expand Down Expand Up @@ -189,8 +189,8 @@ Preparing a offline bundle for installation
*
* Loading docker images
Loaded image: docker.io/dellemc/csi-powerstore:v2.11.0
Loaded image: docker.io/dellemc/csi-isilon:v2.11.0
Loaded image: docker.io/dellemc/csi-powerstore:v2.12.0
Loaded image: docker.io/dellemc/csi-isilon:v2.12.0
...
...
Loaded image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2
Expand All @@ -199,7 +199,7 @@ Loaded image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
*
* Tagging and pushing images
dellemc/csi-isilon:v2.11.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.11.0
dellemc/csi-isilon:v2.12.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.12.0
dellemc/csi-metadata-retriever:v1.7.2 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.7.2
...
...
Expand All @@ -209,7 +209,7 @@ Loaded image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
*
* Preparing files within /root/dell-csm-operator-bundle
changing: dellemc/csi-isilon:v2.11.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.11.0
changing: dellemc/csi-isilon:v2.12.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.12.0
changing: dellemc/csi-metadata-retriever:v1.7.2 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.7.2
...
...
Expand Down
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/csi-offline-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ DRIVER="csi-unity"
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
REPODIR="$( dirname "${SCRIPTDIR}" )"

DRIVERVERSION="csi-unity-2.11.0"
DRIVERVERSION="csi-unity-2.12.0"

while getopts "cprv:h" opt; do
case $opt in
Expand Down

0 comments on commit c5048a3

Please sign in to comment.