Skip to content

Commit

Permalink
update attacher sidecar for powerflex and powerstore. (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
VamsiSiddu-7 authored and PeresKereotubo committed Nov 20, 2023
1 parent bc10e3d commit d6e54c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ csi-vxflexos:
version: v2.9.0
images:
driverRepository: dellemc
powerflexSdc: dellemc/sdc:3.6.1
powerflexSdc: dellemc/sdc:4.5
certSecretCount: 0
controller:
replication:
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powerstore/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Return the appropriate sidecar images based on k8s version
{{- define "csi-powerstore.attacherImage" -}}
{{- if eq .Capabilities.KubeVersion.Major "1" }}
{{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "24") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}}
{{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.0" -}}
{{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.1" -}}
{{- end -}}
{{- end -}}
{{- end -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-vxflexos/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Return the appropriate sidecar images based on k8s version
{{- define "csi-vxflexos.attacherImage" -}}
{{- if eq .Capabilities.KubeVersion.Major "1" }}
{{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}}
{{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.0" -}}
{{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.1" -}}
{{- end -}}
{{- end -}}
{{- end -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ images:
driverRepository: dellemc

# "powerflexSdc" defines the SDC image for init container.
powerflexSdc: dellemc/sdc:3.6.1
powerflexSdc: dellemc/sdc:4.5


# Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n)
Expand Down

0 comments on commit d6e54c2

Please sign in to comment.