Skip to content

Commit

Permalink
Updated versions for CSM 1.13 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell authored Jan 7, 2025
1 parent 7f3a6c0 commit 66ad7e9
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# Copyright © 2020-2023 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2025 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,7 +30,7 @@ ifndef MAJOR
MAJOR=2
endif
ifndef MINOR
MINOR=12
MINOR=13
endif
ifndef PATCH
PATCH=0
Expand Down
4 changes: 2 additions & 2 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-powerstore-2.12.0/charts/csi-powerstore/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-powerstore-2.13.0/charts/csi-powerstore/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 PowerStore driver the following steps can be executed
Expand All @@ -45,7 +45,7 @@ For example, to create a values file for the PowerStore driver the following ste
cd dell-csi-helm-installer
# download the template file
wget -O my-powerstore-settings.yaml https://github.com/dell/helm-charts/raw/csi-powerstore-2.12.0/charts/csi-powerstore/values.yaml
wget -O my-powerstore-settings.yaml https://github.com/dell/helm-charts/raw/csi-powerstore-2.13.0/charts/csi-powerstore/values.yaml
# edit the newly created values file
vi my-powerstore-settings.yaml
Expand Down
6 changes: 3 additions & 3 deletions dell-csi-helm-installer/csi-install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright © 2020-2024 Dell Inc., or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2025 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -10,14 +10,14 @@

SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
DRIVERDIR="${SCRIPTDIR}/../"
HELMCHARTVERSION="csi-powerstore-2.12.0"
HELMCHARTVERSION="csi-powerstore-2.13.0"
DRIVER="csi-powerstore"
VERIFYSCRIPT="${SCRIPTDIR}/verify.sh"
PROG="${0}"
NODE_VERIFY=1
VERIFY=1
MODE="install"
DEFAULT_DRIVER_VERSION="v2.12.0"
DEFAULT_DRIVER_VERSION="v2.13.0"
WATCHLIST=""

# export the name of the debug log, so child processes will see it
Expand Down
10 changes: 5 additions & 5 deletions dell-csi-helm-installer/csi-offline-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ 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-module/csi-isilon:v2.12.0
quay.io/dell/container-storage-module/csi-isilon:v2.13.0
quay.io/dell/container-storage-module/csi-metadata-retriever:v1.9.0
quay.io/dell/container-storage-module/csipowermax-reverseproxy:v2.11.0
quay.io/dell/container-storage-module/csi-powermax:v2.12.0
quay.io/dell/container-storage-module/csi-powerstore:v2.12.0
quay.io/dell/container-storage-module/csi-unity:v2.12.0
quay.io/dell/container-storage-module/csi-vxflexos:v2.12.0
quay.io/dell/container-storage-module/csi-powermax:v2.13.0
quay.io/dell/container-storage-module/csi-powerstore:v2.13.0
quay.io/dell/container-storage-module/csi-unity:v2.13.0
quay.io/dell/container-storage-module/csi-vxflexos:v2.13.0
quay.io/dell/container-storage-module/csm-authorization-sidecar:v1.12.0
quay.io/dell/container-storage-module/csm-metrics-powerflex:v1.10.0
quay.io/dell/container-storage-module/csm-metrics-powerscale:v1.7.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
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright © 2020-2024 Dell Inc., or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2025 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -234,7 +234,7 @@ PREPARE="false"
REGISTRY=""
NIGHTLY="false"
DRIVER="csi-powerstore"
HELMCHARTVERSION="csi-powerstore-2.12.0"
HELMCHARTVERSION="csi-powerstore-2.13.0"

while getopts "cprnv:h" opt; do
case $opt in
Expand Down
6 changes: 3 additions & 3 deletions dell-csi-helm-installer/verify-csi-powerstore.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright © 2021-2023 Dell Inc., or its subsidiaries. All Rights Reserved.
# Copyright © 2021-2025 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -10,8 +10,8 @@

# verify-csi-powerstore method
function verify-csi-powerstore() {
verify_k8s_versions "1.29" "1.31"
verify_openshift_versions "4.16" "4.17"
verify_k8s_versions "1.30" "1.32"
verify_openshift_versions "4.17" "4.18"
verify_namespace "${NS}"
verify_required_secrets "${RELEASE}-config"
verify_alpha_snap_resources
Expand Down
4 changes: 2 additions & 2 deletions docker-files/Dockerfile.centos
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# Copyright © 2020-2024 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2025 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@ LABEL vendor="Dell Inc." \
name="csi-powerstore" \
summary="CSI Driver for Dell EMC PowerStore" \
description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \
version="2.12.0" \
version="2.13.0" \
license="Apache-2.0"

COPY licenses /licenses
Expand Down
4 changes: 2 additions & 2 deletions docker-files/Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# Copyright © 2020-2024 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2025 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@ LABEL vendor="Dell Inc." \
name="csi-powerstore" \
summary="CSI Driver for Dell EMC PowerStore" \
description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \
version="2.12.0" \
version="2.13.0" \
license="Apache-2.0"

COPY licenses /licenses
Expand Down
4 changes: 2 additions & 2 deletions docker-files/Dockerfile.ubi.alt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# Copyright © 2020-2024 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2025 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@ LABEL vendor="Dell Inc." \
name="csi-powerstore" \
summary="CSI Driver for Dell EMC PowerStore" \
description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \
version="2.12.0" \
version="2.13.0" \
license="Apache-2.0"

COPY licenses /licenses
Expand Down
4 changes: 2 additions & 2 deletions docker-files/Dockerfile.ubi.micro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# Copyright © 2023-2024 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2023-2025 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -39,7 +39,7 @@ LABEL vendor="Dell Inc." \
name="csi-powerstore" \
summary="CSI Driver for Dell EMC PowerStore" \
description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \
version="2.12.0" \
version="2.13.0" \
license="Apache-2.0"

COPY licenses /licenses
Expand Down
4 changes: 2 additions & 2 deletions docker-files/Dockerfile.ubi.min
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
#
# Copyright © 2020-2024 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2025 Dell Inc. or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@ LABEL vendor="Dell Inc." \
name="csi-powerstore" \
summary="CSI Driver for Dell EMC PowerStore" \
description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \
version="2.12.0" \
version="2.13.0" \
license="Apache-2.0"

COPY licenses /licenses
Expand Down

0 comments on commit 66ad7e9

Please sign in to comment.