Skip to content
Snippets Groups Projects
Commit 5777e818 authored by Diogo Filipe Tomas Guerra's avatar Diogo Filipe Tomas Guerra
Browse files

Update k8s CSI image origin repo

For components:
- csi-provisioner
- csi-attacher
- csi-node-driver-registrar
- csi-snapshotter
- csi-resizer
parent c05ca81b
No related branches found
No related tags found
1 merge request!74Update k8s CSI image origin repo
Pipeline #4297273 failed
......@@ -226,29 +226,29 @@ quay.io/kubernetes-ingress-controller/nginx-ingress-controller_sync:
script:
- ./sync_image.sh "quay.io/kubernetes-ingress-controller/nginx-ingress-controller"
quay.io/k8scsi/csi-provisioner_sync:
k8s.gcr.io/sig-storage/csi-provisioner_sync:
stage: image_sync
image:
name: gitlab-registry.cern.ch/cloud/fedora-buildah:b408fd82d64094b86d72ca58521548ecba3fb3f3
entrypoint: ["/bin/bash", "-c"]
script:
- ./sync_image.sh "quay.io/k8scsi/csi-provisioner"
- ./sync_image.sh "k8s.gcr.io/sig-storage/csi-provisioner"
quay.io/k8scsi/csi-attacher_sync:
k8s.gcr.io/sig-storage/csi-attacher_sync:
stage: image_sync
image:
name: gitlab-registry.cern.ch/cloud/fedora-buildah:b408fd82d64094b86d72ca58521548ecba3fb3f3
entrypoint: ["/bin/bash", "-c"]
script:
- ./sync_image.sh "quay.io/k8scsi/csi-attacher"
- ./sync_image.sh "k8s.gcr.io/sig-storage/csi-attacher"
quay.io/k8scsi/csi-node-driver-registrar_sync:
k8s.gcr.io/sig-storage/csi-node-driver-registrar_sync:
stage: image_sync
image:
name: gitlab-registry.cern.ch/cloud/fedora-buildah:b408fd82d64094b86d72ca58521548ecba3fb3f3
entrypoint: ["/bin/bash", "-c"]
script:
- ./sync_image.sh "quay.io/k8scsi/csi-node-driver-registrar"
- ./sync_image.sh "k8s.gcr.io/sig-storage/csi-node-driver-registrar"
quay.io/cephcsi/cephcsi_sync:
stage: image_sync
......@@ -290,21 +290,21 @@ k8s.gcr.io/sig-storage/snapshot-validation-webhook_sync:
script:
- ./sync_image.sh "k8s.gcr.io/sig-storage/snapshot-validation-webhook"
quay.io/k8scsi/csi-snapshotter_sync:
k8s.gcr.io/sig-storage/csi-snapshotter_sync:
stage: image_sync
image:
name: gitlab-registry.cern.ch/cloud/fedora-buildah:b408fd82d64094b86d72ca58521548ecba3fb3f3
entrypoint: ["/bin/bash", "-c"]
script:
- ./sync_image.sh "quay.io/k8scsi/csi-snapshotter"
- ./sync_image.sh "k8s.gcr.io/sig-storage/csi-snapshotter"
quay.io/k8scsi/csi-resizer_sync:
k8s.gcr.io/sig-storage/csi-resizer_sync:
stage: image_sync
image:
name: gitlab-registry.cern.ch/cloud/fedora-buildah:b408fd82d64094b86d72ca58521548ecba3fb3f3
entrypoint: ["/bin/bash", "-c"]
script:
- ./sync_image.sh "quay.io/k8scsi/csi-resizer"
- ./sync_image.sh "k8s.gcr.io/sig-storage/csi-resizer"
quay.io/calico/typha_sync:
stage: image_sync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment