Skip to content

Commit

Permalink
charts/csi-unity version bump up (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijaKakde authored and shaynafinocchiaro committed Oct 30, 2024
1 parent eb1aa2a commit 3b73245
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/csi-unity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 2.11.1
appVersion: 2.12.0
name: csi-unity
version: 2.11.1
version: 2.12.0
description: |
Unity XT CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# version: version of this values file
# Note: Do not change this value
# Examples : "v2.9.0" , "nightly"
version: "v2.11.1"
version: "v2.12.0"

images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-unity:v2.11.1
driver: dellemc/csi-unity:v2.12.0
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Expand Down
2 changes: 1 addition & 1 deletion installation-wizard/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies:
condition: csi-vxflexos.enabled

- name: csi-unity
version: 2.11.1
version: 2.12.0
repository: https://dell.github.io/helm-charts
condition: csi-unity.enabled

Expand Down
4 changes: 2 additions & 2 deletions installation-wizard/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ csi-vxflexos:
########################
csi-unity:
enabled: false
version: "v2.11.1"
version: "v2.12.0"
images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-unity:v2.11.1
driver: dellemc/csi-unity:v2.12.0
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Expand Down

0 comments on commit 3b73245

Please sign in to comment.