-
Notifications
You must be signed in to change notification settings - Fork 5.1k
feat: add --image-repository support for Helm-based addons #22207
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
base: master
Are you sure you want to change the base?
feat: add --image-repository support for Helm-based addons #22207
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: PhantomInTheWire The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @PhantomInTheWire! |
|
Hi @PhantomInTheWire. Thanks for your PR. I'm waiting for a github.com 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. DetailsInstructions 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-sigs/prow repository. |
|
Can one of the admins verify this patch? |
|
@PhantomInTheWire the issue you linked talks about doing one exmaple of helm based addon, we have not added one yet |
|
@medyagh i initially wanted to migrate an existing addon that but but figured adding this first would be needed for a full migration. i was under the impression that we want to migrate existing addons, is that not the case? i thought not being able to use --image-repository flag was the blocker, if not that what exactly would we need to cloase #21257 |
Signed-off-by: Karan <karanlokchandani@protonmail.com>
cc899a8 to
97503f6
Compare
|
@medyagh thanks for the feedback earlier! Just wanted to follow up and clarify intent: this PR only adds the plumbing needed for If the expectation is that this PR should also migrate at least one addon as an example, I’m happy to do that, just wanted to confirm the preferred direction before proceeding. Appreciate your guidance. |
This PR adds support custom image repository for addons based on helm.
helm repo addbefore chart installationImageRepositoryconfig to Helmrelevant issue: #21257