diff --git a/Dockerfile b/Dockerfile index 615b7a96..2813ef56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index fd791006..df4adc31 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -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 diff --git a/helm/csi-vxflexos/Chart.yaml b/helm/csi-vxflexos/Chart.yaml index c8fca9b8..7d4b0328 100644 --- a/helm/csi-vxflexos/Chart.yaml +++ b/helm/csi-vxflexos/Chart.yaml @@ -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 @@ -16,4 +16,4 @@ maintainers: name: csi-vxflexos sources: - https://github.com/dell/csi-vxflexos -version: "2.7.0" +version: "2.7.1" diff --git a/helm/csi-vxflexos/values.yaml b/helm/csi-vxflexos/values.yaml index 3efb8d38..fb4da903 100644 --- a/helm/csi-vxflexos/values.yaml +++ b/helm/csi-vxflexos/values.yaml @@ -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.