Skip to content

Commit 4529f85

Browse files
author
Cheng Pan
committed
Update driver image tag to 0.3 for release
1 parent 439c619 commit 4529f85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kubernetes/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ spec:
175175
operator: Exists
176176
containers:
177177
- name: ebs-plugin
178-
image: amazon/aws-ebs-csi-driver:latest
178+
image: amazon/aws-ebs-csi-driver:v0.3.0
179179
args :
180180
- --endpoint=$(CSI_ENDPOINT)
181181
- --logtostderr

deploy/kubernetes/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- name: ebs-plugin
2222
securityContext:
2323
privileged: true
24-
image: amazon/aws-ebs-csi-driver:latest
24+
image: amazon/aws-ebs-csi-driver:v0.3.0
2525
args:
2626
- --endpoint=$(CSI_ENDPOINT)
2727
- --logtostderr

0 commit comments

Comments
 (0)