Skip to content

Commit

Permalink
Merge pull request #110 from leakingtapan/release
Browse files Browse the repository at this point in the history
Update manifest tag to be v0.2.0
  • Loading branch information
Cheng Pan committed Oct 23, 2019
2 parents 67b356f + def8931 commit 1b57b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: fsx-plugin
securityContext:
privileged: true
image: amazon/aws-fsx-csi-driver:latest
image: amazon/aws-fsx-csi-driver:v0.2.0
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:
operator: Exists
containers:
- name: fsx-plugin
image: amazon/aws-fsx-csi-driver:latest
image: amazon/aws-fsx-csi-driver:v0.2.0
args :
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down
2 changes: 1 addition & 1 deletion tester/e2e-test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install: |
IMAGE_TAG={{TEST_ID}}
IMAGE_NAME=$AWS_ACCOUNT_ID.dkr.ecr.us-west-2.amazonaws.com/aws-fsx-csi-driver
sed -i'' "s,amazon/aws-fsx-csi-driver:latest,$IMAGE_NAME:$IMAGE_TAG," deploy/kubernetes/manifest.yaml
sed -i'' "s,amazon/aws-fsx-csi-driver:.*,$IMAGE_NAME:$IMAGE_TAG," deploy/kubernetes/manifest.yaml
kubectl apply -f deploy/kubernetes/manifest.yaml
uninstall: |
Expand Down

0 comments on commit 1b57b60

Please sign in to comment.