Skip to content

Commit

Permalink
Prep 2.3.0 (#108)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update csi-install.sh

* Update values.yaml

* Update Chart.yaml
  • Loading branch information
jooseppi-luna authored Jun 21, 2022
1 parent c6a637f commit 1c3ba0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LABEL vendor="Dell Inc." \
name="csi-powerflex" \
summary="CSI Driver for Dell EMC PowerFlex" \
description="CSI Driver for provisioning persistent storage from Dell EMC PowerFlex" \
version="2.2.0" \
version="2.3.0" \
license="Apache-2.0"
COPY ./licenses /licenses

Expand Down
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/csi-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PROG="${0}"
NODE_VERIFY=1
VERIFY=1
MODE="install"
DEFAULT_DRIVER_VERSION="2.2.0"
DEFAULT_DRIVER_VERSION="2.3.0"
WATCHLIST=""

# export the name of the debug log, so child processes will see it
Expand Down
4 changes: 2 additions & 2 deletions helm/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.2.0"
appVersion: "2.3.0"
kubeVersion: ">= 1.21.0 < 1.25.0"
# If you are using a complex K8s version like "v1.21.3-mirantis-1", use this kubeVersion check instead
# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
Expand All @@ -16,4 +16,4 @@ maintainers:
name: csi-vxflexos
sources:
- https://github.com/dell/csi-vxflexos
version: "2.2.0"
version: "2.3.0"
2 changes: 1 addition & 1 deletion helm/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# "version" is used to verify the values file matches driver version
# Not recommend to change
version: 2.2.0
version: 2.3.0

images:
# "driver" defines the container image, used for the driver container.
Expand Down

0 comments on commit 1c3ba0a

Please sign in to comment.