Skip to content

Commit

Permalink
release 2.7.1 changes. (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
VamsiSiddu-7 authored Jul 28, 2023
1 parent fea900f commit 8caf082
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 @@ -36,7 +36,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.7.0" \
version="2.7.1" \
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 @@ -19,7 +19,7 @@ PROG="${0}"
NODE_VERIFY=1
VERIFY=1
MODE="install"
DEFAULT_DRIVER_VERSION="v2.7.0"
DEFAULT_DRIVER_VERSION="v2.7.1"
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.7.0"
appVersion: "2.7.1"
kubeVersion: ">= 1.21.0 < 1.28.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.7.0"
version: "2.7.1"
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: v2.7.0
version: v2.7.1

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

0 comments on commit 8caf082

Please sign in to comment.