-
Notifications
You must be signed in to change notification settings - Fork 827
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
Revert "k8s-staging-csi-secrets-store: retag v0.0.22 to include #545" #2421
Conversation
…netes#545" This reverts commit ebd4d3a. Commit ebd4d3a attempted to retag a production image, which is not allowed.
/cc @tam7t |
/cc @aramase |
This change in tags was done before we published the release and was necessary to fix an issue in the release, https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v0.0.22 TBH i think reverting would cause more harm than good as it would introduce a bug to clusters that are currently using v0.0.22 images |
Correct, the retag did not work because retagging is not supposed to work. So if you pull In other words, merging this PR will have no effect on production. Instead it is merely cleanup of unrealized config changes. |
This is not the first time we've merged something that broke things. Should have been caught by presubmits. I'll find the open issue... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: listx, spiffxp 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 |
I created kubernetes-sigs/promo-tools#375 |
Found it: #1520 Assigned to you and linked to the CIP issue |
Thanks for confirming! |
This reverts commit ebd4d3a.
Commit ebd4d3a attempted to retag a
production image, which is not allowed.