Skip to content

Commit

Permalink
updated driver version to 2.5.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikk92 authored Oct 3, 2022
1 parent 0c5d4c4 commit 8af2b82
Show file tree
Hide file tree
Showing 5 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 @@ -34,6 +34,6 @@ LABEL vendor="Dell Inc." \
name="csi-unity" \
summary="CSI Driver for Dell Unity XT" \
description="CSI Driver for provisioning persistent storage from Dell Unity XT" \
version="2.4.0" \
version="2.5.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="v2.4.0"
DEFAULT_DRIVER_VERSION="v2.5.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-unity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: csi-unity
version: 2.4.0
appVersion: 2.4.0
version: 2.5.0
appVersion: 2.5.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 Down
4 changes: 2 additions & 2 deletions helm/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# version: version of this values file
# Note: Do not change this value
# Examples : "v2.4.0" , "nightly"
version: "v2.4.0"
# Examples : "v2.5.0" , "nightly"
version: "v2.5.0"

# LogLevel is used to set the logging level of the driver.
# Allowed values: "error", "warn"/"warning", "info", "debug"
Expand Down
2 changes: 1 addition & 1 deletion test/sanity/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kubernetes Sanity Script Test

This test runs the Kubernetes sanity test at https://github.com/kubernetes-csi/csi-test.
The test last qualified was v2.4.0.
The test last qualified was v2.5.0.

To run the test, follow these steps:

Expand Down

0 comments on commit 8af2b82

Please sign in to comment.