Skip to content

Commit

Permalink
Merge pull request #649 from wongma7/fix-latest
Browse files Browse the repository at this point in the history
Fix overlays not being updated for gcr migration
  • Loading branch information
wongma7 authored Dec 10, 2020
2 parents f541380 + 856c4a9 commit 63b94fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
7 changes: 3 additions & 4 deletions deploy/kubernetes/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../../base
- ../../base
images:
- name: amazon/aws-ebs-csi-driver
newTag: latest
newName: chengpan/aws-ebs-csi-driver
- name: gcr.io/k8s-staging-provider-aws/aws-ebs-csi-driver
newTag: latest
23 changes: 11 additions & 12 deletions deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- ../../base
- ../../base
images:
- name: amazon/aws-ebs-csi-driver
newTag: v0.7.1
- name: quay.io/k8scsi/csi-provisioner
newTag: v1.5.0
- name: quay.io/k8scsi/csi-attacher
newTag: v1.2.0
- name: quay.io/k8scsi/livenessprobe
newTag: v1.1.0
- name: quay.io/k8scsi/csi-node-driver-registrar
newTag: v1.1.0

- name: k8s.gcr.io/provider-aws/aws-ebs-csi-driver
newTag: v0.8.0
- name: quay.io/k8scsi/csi-provisioner
newTag: v1.5.0
- name: quay.io/k8scsi/csi-attacher
newTag: v1.2.0
- name: quay.io/k8scsi/livenessprobe
newTag: v1.1.0
- name: quay.io/k8scsi/csi-node-driver-registrar
newTag: v1.1.0
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/csi-api/release-1
#### Deploy driver
If you want to deploy the stable driver without alpha features:
```sh
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=master"
kubectl apply -k "github.com/kubernetes-sigs/aws-ebs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.8"
```

If you want to deploy the driver with alpha features:
Expand Down

0 comments on commit 63b94fb

Please sign in to comment.