Make baseRepo feature work by default without per-image repository overrides#1012
Make baseRepo feature work by default without per-image repository overrides#1012k8s-ci-robot merged 2 commits intomasterfrom
Conversation
|
Hi @Copilot. 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. |
Co-authored-by: andyzhangx <4178417+andyzhangx@users.noreply.github.com>
Pull Request Test Coverage Report for Build 19808693758Details
💛 - Coveralls |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, Copilot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
The
baseRepofeature requires users to override every image repository with a/-prefixed path to work. This defeats the purpose of having a single config to redirect all images.Changes:
values.yamlrepository values to use relative paths (/sig-storage/csi-provisionerinstead of fullregistry.k8s.io/sig-storage/csi-provisioner)nfs.repositoryas full path since it uses staging registry (gcr.io/k8s-staging-sig-storage/nfsplugin)hack/verify-helm-chart.shto handle baseRepo concatenationBefore:
After:
Which issue(s) this PR fixes:
Fixes #822
Special notes for your reviewer:
The
nfsimage intentionally keeps its full path since the latest/canary chart usesgcr.io/k8s-staging-sig-storagewhich differs from the defaultbaseRepo. Users can still override it with/sig-storage/nfspluginif desired.Does this PR introduce a user-facing change?:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.