Skip to content

Commit 0c2adcc

Browse files
authored
csi-powerflex v2.9.0 changes. (#308)
1 parent b181ff6 commit 0c2adcc

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

charts/container-storage-modules/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies:
5555
condition: csi-isilon.enabled
5656

5757
- name: csi-vxflexos
58-
version: 2.8.0
58+
version: 2.9.0
5959
repository: https://dell.github.io/helm-charts
6060
condition: csi-vxflexos.enabled
6161

charts/container-storage-modules/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ csi-isilon:
247247
########################
248248
csi-vxflexos:
249249
enabled: false
250-
version: v2.8.0
250+
version: v2.9.0
251251
images:
252252
driverRepository: dellemc
253253
powerflexSdc: dellemc/sdc:3.6.1

charts/csi-vxflexos/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
2-
appVersion: "2.8.0"
2+
appVersion: "2.9.0"
33
name: csi-vxflexos
4-
version: "2.8.0"
4+
version: "2.9.0"
55
description: |
66
VxFlex OS CSI (Container Storage Interface) driver Kubernetes
77
integration. This chart includes everything required to provision via CSI as

charts/csi-vxflexos/templates/_helpers.tpl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,47 @@ Return the appropriate sidecar images based on k8s version
44
{{- define "csi-vxflexos.attacherImage" -}}
55
{{- if eq .Capabilities.KubeVersion.Major "1" }}
66
{{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}}
7-
{{- print "registry.k8s.io/sig-storage/csi-attacher:v4.3.0" -}}
7+
{{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.0" -}}
88
{{- end -}}
99
{{- end -}}
1010
{{- end -}}
1111

1212
{{- define "csi-vxflexos.provisionerImage" -}}
1313
{{- if eq .Capabilities.KubeVersion.Major "1" }}
1414
{{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}}
15-
{{- print "registry.k8s.io/sig-storage/csi-provisioner:v3.5.0" -}}
15+
{{- print "registry.k8s.io/sig-storage/csi-provisioner:v3.6.0" -}}
1616
{{- end -}}
1717
{{- end -}}
1818
{{- end -}}
1919

2020
{{- define "csi-vxflexos.snapshotterImage" -}}
2121
{{- if eq .Capabilities.KubeVersion.Major "1" }}
2222
{{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}}
23-
{{- print "registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2" -}}
23+
{{- print "registry.k8s.io/sig-storage/csi-snapshotter:v6.3.0" -}}
2424
{{- end -}}
2525
{{- end -}}
2626
{{- end -}}
2727

2828
{{- define "csi-vxflexos.resizerImage" -}}
2929
{{- if eq .Capabilities.KubeVersion.Major "1" }}
3030
{{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}}
31-
{{- print "registry.k8s.io/sig-storage/csi-resizer:v1.8.0" -}}
31+
{{- print "registry.k8s.io/sig-storage/csi-resizer:v1.9.0" -}}
3232
{{- end -}}
3333
{{- end -}}
3434
{{- end -}}
3535

3636
{{- define "csi-vxflexos.registrarImage" -}}
3737
{{- if eq .Capabilities.KubeVersion.Major "1" }}
3838
{{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}}
39-
{{- print "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0" -}}
39+
{{- print "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0" -}}
4040
{{- end -}}
4141
{{- end -}}
4242
{{- end -}}
4343

4444
{{- define "csi-vxflexos.healthmonitorImage" -}}
4545
{{- if eq .Capabilities.KubeVersion.Major "1" }}
4646
{{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}}
47-
{{- print "registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.9.0" -}}
47+
{{- print "registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0" -}}
4848
{{- end -}}
4949
{{- end -}}
5050
{{- end -}}

charts/csi-vxflexos/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# "version" is used to verify the values file matches driver version
55
# Not recommend to change
6-
version: v2.8.0
6+
version: v2.9.0
77

88
images:
99
# "driver" defines the container image, used for the driver container.

0 commit comments

Comments
 (0)