Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Deprecated container image #584

Conversation

akrzos
Copy link
Member

@akrzos akrzos commented Dec 17, 2024

Closes #583

Copy link

openshift-ci bot commented Dec 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akrzos

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot requested a review from rsevilla87 December 17, 2024 15:57
@josecastillolema
Copy link
Collaborator

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Dec 20, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit a5b2bf5 into redhat-performance:main Dec 20, 2024
1 check passed
@@ -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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @akrzos

you removed the mirror
But is your solution using it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it is not in use, it was originally synced into the bastion registry because make deploy in TALM would use it in a deployment however that changed more than a year ago and I had just left the syncing tasks in.

@akrzos akrzos deleted the remove_deprecated_container_image branch January 15, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

⚠️ Action Required: Replace Deprecated gcr.io/kubebuilder/kube-rbac-proxy
3 participants