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

sync ingress-nginx container images

parent f7644de5
No related branches found
No related tags found
1 merge request!72sync ingress-nginx container images
Pipeline #3309605 passed
......@@ -417,3 +417,19 @@ quay.io/jetstack/cert-manager-cainjector_sync:
entrypoint: ["/bin/bash", "-c"]
script:
- ./sync_image.sh "quay.io/jetstack/cert-manager-cainjector"
k8s.gcr.io/ingress-nginx/controller_sync:
stage: image_sync
image:
name: gitlab-registry.cern.ch/cloud/fedora-buildah:b408fd82d64094b86d72ca58521548ecba3fb3f3
entrypoint: ["/bin/bash", "-c"]
script:
- ./sync_image.sh "k8s.gcr.io/ingress-nginx/controller"
k8s.gcr.io/ingress-nginx/kube-webhook-certgen_sync:
stage: image_sync
image:
name: gitlab-registry.cern.ch/cloud/fedora-buildah:b408fd82d64094b86d72ca58521548ecba3fb3f3
entrypoint: ["/bin/bash", "-c"]
script:
- ./sync_image.sh "k8s.gcr.io/ingress-nginx/kube-webhook-certgen"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment