diff --git a/Dockerfile.podman b/Dockerfile.podman index a5f23b75..db545e66 100644 --- a/Dockerfile.podman +++ b/Dockerfile.podman @@ -47,6 +47,6 @@ LABEL vendor="Dell Inc." \ name="csi-unity" \ summary="CSI Driver for Dell EMC Unity" \ description="CSI Driver for provisioning persistent storage from Dell EMC Unity" \ - version="2.1.0" \ + version="2.2.0" \ license="Apache-2.0" COPY csi-unity/licenses /licenses diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index 18ceec52..3717c444 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -15,7 +15,7 @@ PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="2.1.0" +DEFAULT_DRIVER_VERSION="2.2.0" WATCHLIST="" # export the name of the debug log, so child processes will see it diff --git a/dell-csi-helm-installer/verify-csi-unity.sh b/dell-csi-helm-installer/verify-csi-unity.sh index d1a3048f..40078301 100644 --- a/dell-csi-helm-installer/verify-csi-unity.sh +++ b/dell-csi-helm-installer/verify-csi-unity.sh @@ -19,7 +19,7 @@ function verify-csi-unity() { verify_unity_protocol_installation verify_snap_requirements verify_helm_3 - verify_helm_values_version "2.1.0" + verify_helm_values_version "2.2.0" } diff --git a/helm/csi-unity/Chart.yaml b/helm/csi-unity/Chart.yaml index 6e9746fd..9ec91c24 100644 --- a/helm/csi-unity/Chart.yaml +++ b/helm/csi-unity/Chart.yaml @@ -1,6 +1,6 @@ name: csi-unity -version: 2.1.0 -appVersion: 2.1.0 +version: 2.2.0 +appVersion: 2.2.0 description: | Unity CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as diff --git a/helm/csi-unity/driver-image.yaml b/helm/csi-unity/driver-image.yaml index 0a9b2f7f..5103bc8b 100644 --- a/helm/csi-unity/driver-image.yaml +++ b/helm/csi-unity/driver-image.yaml @@ -1,4 +1,4 @@ # IT IS RECOMMENDED YOU DO NOT CHANGE THE IMAGES TO BE DOWNLOADED. images: # "images.driver" defines the container images used for the driver container. - driver: dellemc/csi-unity:v2.1.0 + driver: dellemc/csi-unity:v2.2.0 diff --git a/helm/csi-unity/values.yaml b/helm/csi-unity/values.yaml index 14ff8409..e27ee6ab 100644 --- a/helm/csi-unity/values.yaml +++ b/helm/csi-unity/values.yaml @@ -3,7 +3,7 @@ # version: version of this values file # Note: Do not change this value -version: "2.1.0" +version: "2.2.0" # LogLevel is used to set the logging level of the driver. # Allowed values: "error", "warn"/"warning", "info", "debug"