Skip to content
Snippets Groups Projects
Commit cc895f99 authored by Diogo Filipe Tomas Guerra's avatar Diogo Filipe Tomas Guerra Committed by Spyridon Trigazis
Browse files

Remove duplicated sync

Check prometheus_prometheus-operator_sync line 166
parent cb9a81ab
No related branches found
No related tags found
No related merge requests found
Pipeline #1124215 failed
......@@ -307,14 +307,6 @@ helm_client_sync:
only:
- schedules
prometheus-operator_sync:
stage: image_sync
image: gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
script:
- ./sync_image.sh "quay.io/coreos/prometheus-operator:v0.30.1"
only:
- schedules
k8s.gcr.io/defaultbackend_sync:
stage: image_sync
image: gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
......@@ -362,3 +354,27 @@ quay.io/cephcsi/cephcsi_sync:
- ./sync_image.sh "quay.io/cephcsi/cephcsi:canary"
only:
- schedules
docker.io/calico/typha_sync:
stage: image_sync
image: gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
script:
- ./sync_image.sh "docker.io/calico/typha:latest"
only:
- schedules
docker.io/calico/node_sync:
stage: image_sync
image: gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
script:
- ./sync_image.sh "docker.io/calico/node:latest"
only:
- schedules
docker.io/calico/cni_sync:
stage: image_sync
image: gitlab-registry.cern.ch/cloud/fedora-buildah:rawhide
script:
- ./sync_image.sh "docker.io/calico/cni:latest"
only:
- schedules
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