Skip to content

Commit

Permalink
driver version bump (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagupta4 authored and shaynafinocchiaro committed Oct 29, 2024
1 parent 6da77bd commit de2ecd3
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions charts/csi-isilon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: csi-isilon
version: 2.11.0
appVersion: "2.11.0"
version: 2.12.0
appVersion: "2.12.0"
kubeVersion: ">= 1.21.0"
# If you are using a complex K8s version like "v1.22.3-mirantis-1", use this kubeVersion check instead
# kubeVersion: ">= 1.23.0-0"
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
########################
# version: version of this values file
# Note: Do not change this value
version: "v2.11.0"
version: "v2.12.0"

images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-isilon:v2.11.0
image: dellemc/csi-isilon:v2.12.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand Down
6 changes: 3 additions & 3 deletions charts/csi-powermax/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "2.11.0"
appVersion: "2.12.0"
name: csi-powermax
version: 2.11.0
version: 2.12.0
description: |
PowerMax CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand All @@ -15,7 +15,7 @@ keywords:
- storage
dependencies:
- name: csireverseproxy
version: 2.10.0
version: 2.11.0
condition: required
home: https://github.com/dell/csi-powermax
icon: https://avatars1.githubusercontent.com/u/20958494?s=200&v=4
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-powermax/charts/csireverseproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for CSI PowerMax ReverseProxy

type: application

version: 2.10.0
version: 2.11.0

appVersion: 2.10.0
appVersion: 2.11.0
2 changes: 1 addition & 1 deletion charts/csi-powermax/charts/csireverseproxy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: dellemc/csipowermax-reverseproxy:v2.10.0
image: dellemc/csipowermax-reverseproxy:v2.11.0
port: 2222

# TLS secret which is used for setting up the proxy HTTPS server
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ global:

# Current version of the driver
# Don't modify this value as this value will be used by the install script
version: "v2.11.0"
version: "v2.12.0"

# "images" defines every container images used for the driver and its sidecars.
# To use your own images, or a private registry, change the values here.
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-powerstore/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-powerstore
version: 2.11.1
version: 2.12.0
description: |
PowerStore 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-powerstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
driverName: "csi-powerstore.dellemc.com"
# "version" is used to verify the values file matches driver version
# Not recommend to change
version: v2.11.1
version: v2.12.0

# "images" defines every container images used for the driver and its sidecars.
# To use your own images, or a private registry, change the values here.
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-powerstore:v2.11.1
image: dellemc/csi-powerstore:v2.12.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand Down
6 changes: 3 additions & 3 deletions installation-wizard/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ appVersion: "1.5.0"

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion installation-wizard/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ csi-powermax:
driver:
image: dellemc/csi-powermax:v2.12.0
csireverseproxy:
image: dellemc/csipowermax-reverseproxy:v2.10.0
image: dellemc/csipowermax-reverseproxy:v2.11.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand Down

0 comments on commit de2ecd3

Please sign in to comment.