Skip to content

Commit

Permalink
Update kubernetes-csi/external-snapshotter (#309)
Browse files Browse the repository at this point in the history
* Update kubernetes-csi/external-snapshotter

from v2.1.4 to v2.1.5

Signed-off-by: ialidzhikov <[email protected]>

* Switch the sidecar images repository to k8s.gcr.io

Signed-off-by: ialidzhikov <[email protected]>
  • Loading branch information
ialidzhikov authored Apr 7, 2021
1 parent 9af681e commit b0e2ab5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,29 @@ images:
tag: "v0.9.0"
- name: csi-provisioner
sourceRepository: github.com/kubernetes-csi/external-provisioner
repository: quay.io/k8scsi/csi-provisioner
repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: "v1.6.0"
- name: csi-attacher
sourceRepository: github.com/kubernetes-csi/external-attacher
repository: quay.io/k8scsi/csi-attacher
repository: k8s.gcr.io/sig-storage/csi-attacher
tag: "v2.2.0"
- name: csi-snapshotter
sourceRepository: github.com/kubernetes-csi/external-snapshotter
repository: quay.io/k8scsi/csi-snapshotter
tag: "v2.1.4"
repository: k8s.gcr.io/sig-storage/csi-snapshotter
tag: "v2.1.5"
- name: csi-resizer
sourceRepository: github.com/kubernetes-csi/external-resizer
repository: quay.io/k8scsi/csi-resizer
repository: k8s.gcr.io/sig-storage/csi-resizer
tag: "v0.5.0"
- name: csi-snapshot-controller
sourceRepository: github.com/kubernetes-csi/external-snapshotter
repository: quay.io/k8scsi/snapshot-controller
tag: "v2.1.4"
repository: k8s.gcr.io/sig-storage/snapshot-controller
tag: "v2.1.5"
- name: csi-node-driver-registrar
sourceRepository: github.com/kubernetes-csi/node-driver-registrar
repository: quay.io/k8scsi/csi-node-driver-registrar
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
tag: "v1.3.0"
- name: csi-liveness-probe
sourceRepository: github.com/kubernetes-csi/livenessprobe
repository: quay.io/k8scsi/livenessprobe
tag: "v2.0.0"
repository: k8s.gcr.io/sig-storage/livenessprobe
tag: "v2.2.0"

0 comments on commit b0e2ab5

Please sign in to comment.