Skip to content

Commit

Permalink
Update sample manifest files to use alpha image
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Nov 12, 2018
1 parent 585f739 commit 1c8a5a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.12+/attacher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: amazon/aws-ebs-csi-driver:testing
image: amazon/aws-ebs-csi-driver:0.1.0-alpha
args :
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.12+/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
securityContext:
privileged: true
imagePullPolicy: Always
image: amazon/aws-ebs-csi-driver:testing
image: amazon/aws-ebs-csi-driver:0.1.0-alpha
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.12+/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: amazon/aws-ebs-csi-driver:testing
image: amazon/aws-ebs-csi-driver:0.1.0-alpha
args :
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.[10,11]/attacher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: amazon/aws-ebs-csi-driver:testing
image: amazon/aws-ebs-csi-driver:0.1.0-alpha
args :
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.[10,11]/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
securityContext:
privileged: true
imagePullPolicy: Always
image: amazon/aws-ebs-csi-driver:testing
image: amazon/aws-ebs-csi-driver:0.1.0-alpha
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.[10,11]/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: amazon/aws-ebs-csi-driver:testing
image: amazon/aws-ebs-csi-driver:0.1.0-alpha
args :
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down

0 comments on commit 1c8a5a9

Please sign in to comment.