-
Notifications
You must be signed in to change notification settings - Fork 618
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
[charts/occm] Implement imagePullSecret support for release 1.28 #2445
Conversation
Hi @carlotardl. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jichenjc 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 |
Thank you! This looks good to me, but the PR needs to be rebased against the |
ef68113
to
b75e518
Compare
b75e518
to
b7f9d3c
Compare
74f0e30
to
adcb494
Compare
This change looks good, but I am wondering if we should get it into Specifically, I would have expected #2446 to look very similar to this set of changes, whereas it appears to implement vastly different ones. |
good point, let's wait for master merge first |
In fact, we should probably close this and backport the cherry-pick of #2446 that lands in |
Yup! @carlotardl, can you follow the basic backporting process? We expect the fixes to get into master first and then to the 1.28, 1.27 and 1.26 in that order. After master PR merges you need to comment with /hold |
Hi, the changes for the master branch were merged. I was wondering since these are the same changes, that this PR could also be merged and keep the chart version. Thank you. |
Thank you for getting those into master! I am not entirely sure about backporting them though as they very much constitute a new feature. What is the best way to go about this, @dulek? That being said, I'm sure that this feature would be very welcomed by users who have to use Once decided, we'd use prow's |
@carlotardl, @wwentland: I think the rule is to always bump the chart version, so it's good this PR does so. I think I'm okay with backporting this, it's kind of a feature, but just configuration feature. That being said this patch is different than what merged on master. Please follow the regular way and just do a cherry-pick from master. |
Yeah, the automatic backport failed as the chart version has to be bumped to a different version. It would probably be best to cherry pick 95a3823 from master and use a suitable chart version. Could you be so kind, @carlotardl? I'm also happy to help if required. |
adcb494
to
48cd919
Compare
I cherry-picked the commit |
Yup, let's squash it and we're good to go! |
48cd919
to
eee9e7c
Compare
Hi, the commits were squashed, could you please take a look? Thank you |
Thank you! /lgtm |
/hold cancel |
What this PR does / why we need it:
This PR implements
imagePullSecrets
for theopenstack-cloud-controller-manager
helm chart on release 1.28 branch.Which issue this PR fixes(if applicable):
None applicable
Special notes for reviewers:
Release note: