Upgrade EBS CSI driver to v1.6.0

This commit is contained in:
Peter Rifel 2022-04-27 20:43:40 -05:00
parent a093f22a91
commit 4d2639095e
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ func (b *AWSEBSCSIDriverOptionsBuilder) BuildOptions(o interface{}) error {
} }
if c.Version == nil { if c.Version == nil {
version := "v1.5.0" version := "v1.6.0"
c.Version = fi.String(version) c.Version = fi.String(version)
} }

View File

@ -285,7 +285,7 @@ spec:
- name: ebs-plugin - name: ebs-plugin
securityContext: securityContext:
privileged: true privileged: true
image: registry.k8s.io/provider-aws/aws-ebs-csi-driver:{{ .Version }} image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:{{ .Version }}
args: args:
- node - node
- --endpoint=$(CSI_ENDPOINT) - --endpoint=$(CSI_ENDPOINT)
@ -443,7 +443,7 @@ spec:
{{ end }} {{ end }}
containers: containers:
- name: ebs-plugin - name: ebs-plugin
image: registry.k8s.io/provider-aws/aws-ebs-csi-driver:{{ .Version }} image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:{{ .Version }}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- controller - controller
@ -544,7 +544,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/ mountPath: /var/lib/csi/sockets/pluginproxy/
- name: liveness-probe - name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.2.0 image: registry.k8s.io/sig-storage/livenessprobe:v2.4.0
args: args:
- --csi-address=/csi/csi.sock - --csi-address=/csi/csi.sock
volumeMounts: volumeMounts: