Skip to content

Commit

Permalink
Merge pull request #50 from dell/unity_version_change_to_2.2.0
Browse files Browse the repository at this point in the history
csi unity version changes to 2.2.0
  • Loading branch information
karthikk92 authored Dec 22, 2021
2 parents b073205 + 9967962 commit e09f532
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.podman
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1.0"
DEFAULT_DRIVER_VERSION="2.2.0"
WATCHLIST=""

# export the name of the debug log, so child processes will see it
Expand Down
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/verify-csi-unity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}


Expand Down
4 changes: 2 additions & 2 deletions helm/csi-unity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/csi-unity/driver-image.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion helm/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e09f532

Please sign in to comment.