Skip to content

Commit

Permalink
Merge pull request #584 from akrzos/remove_deprecated_container_image
Browse files Browse the repository at this point in the history
Remove Deprecated container image
  • Loading branch information
openshift-merge-bot[bot] authored Dec 20, 2024
2 parents 46bc6a4 + b1247a3 commit a5b2bf5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ansible/roles/sync-acm-d/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
shell: |
oc image mirror -a {{ sync_path }}/pull-secret-bastion.acm_d.txt {{ origin_kube_rbac_proxy_image }}:{{ origin_kube_rbac_proxy_image_tag }} {{ registry_host }}:{{ registry_port }}/openshift/origin-kube-rbac-proxy:{{ origin_kube_rbac_proxy_image_tag }} --keep-manifest-list --continue-on-error=true
- name: Mirror kube-rbac-proxy image
shell: |
oc image mirror -a {{ sync_path }}/pull-secret-bastion.acm_d.txt {{ kube_rbac_proxy_image }}:{{ kube_rbac_proxy_image_tag }} {{ registry_host }}:{{ registry_port }}/kubebuilder/kube-rbac-proxy:{{ kube_rbac_proxy_image_tag }} --keep-manifest-list --continue-on-error=true
# Image needed for IBU
- name: Mirror recert image
shell: |
Expand Down
2 changes: 0 additions & 2 deletions ansible/vars/sync-acm-d.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ cluster_group_upgrades_operator_recovery_image: quay.io/openshift-kni/cluster-gr
cluster_group_upgrades_operator_recovery_image_tag: 4.16.0
origin_kube_rbac_proxy_image: quay.io/openshift/origin-kube-rbac-proxy
origin_kube_rbac_proxy_image_tag: 4.15
kube_rbac_proxy_image: gcr.io/kubebuilder/kube-rbac-proxy
kube_rbac_proxy_image_tag: v0.8.0

# IBU - Image Based Upgrade recert image (Override-able in case of custom image for test)
recert_image: quay.io/edge-infrastructure/recert
Expand Down

0 comments on commit a5b2bf5

Please sign in to comment.