Skip to content

Commit

Permalink
Merge pull request #355 from dell/csipowerstore-version-update
Browse files Browse the repository at this point in the history
csi-powerstore v2.12.0 version bump up
  • Loading branch information
suryagupta4 authored Oct 15, 2024
2 parents 859c8e9 + 381aa72 commit 7f73296
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ifndef MAJOR
MAJOR=2
endif
ifndef MINOR
MINOR=10
MINOR=12
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.11.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.12.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.11.0/charts/csi-powerstore/values.yaml
wget -O my-powerstore-settings.yaml https://github.com/dell/helm-charts/raw/csi-powerstore-2.12.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-2023 Dell Inc., or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2024 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.11.0"
HELMCHARTVERSION="csi-powerstore-2.12.0"
DRIVER="csi-powerstore"
VERIFYSCRIPT="${SCRIPTDIR}/verify.sh"
PROG="${0}"
NODE_VERIFY=1
VERIFY=1
MODE="install"
DEFAULT_DRIVER_VERSION="v2.11.0"
DEFAULT_DRIVER_VERSION="v2.12.0"
WATCHLIST=""

# export the name of the debug log, so child processes will see it
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-2022 Dell Inc., or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2024 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 @@ -227,7 +227,7 @@ CREATE="false"
PREPARE="false"
REGISTRY=""
DRIVER="csi-powerstore"
HELMCHARTVERSION="csi-powerstore-2.11.0"
HELMCHARTVERSION="csi-powerstore-2.12.0"

while getopts "cprv:h" opt; do
case $opt in
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-2023 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2024 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.11.0" \
version="2.12.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-2023 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2024 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.11.0" \
version="2.12.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-2023 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2024 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.11.0" \
version="2.12.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 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2023-2024 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.11.0" \
version="2.12.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-2023 Dell Inc. or its subsidiaries. All Rights Reserved.
# Copyright © 2020-2024 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.11.0" \
version="2.12.0" \
license="Apache-2.0"

COPY licenses /licenses
Expand Down

0 comments on commit 7f73296

Please sign in to comment.