-
Notifications
You must be signed in to change notification settings - Fork 64
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
Fix helm charts having wrong repository name #803
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kannon92 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 |
✅ Deploy Preview for kubernetes-sigs-jobset canceled.
|
/hold testing this. |
b130964
to
8e88335
Compare
/hold cancel |
/retest |
76f024b
to
e61283d
Compare
e61283d
to
a087f48
Compare
/lgtm |
Should we recreate the 0.8 branch since we merged a few PRs since that one was cut? |
I did update the branch. I had one PR merge for websits so I don't really want to delete it now. /cherry-pick release-0.8 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Published helm charts to staging had an invalid chart repo.
This should hopefully fix this.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
The RCA for kubernetes/k8s.io#7834 is that the default options for values were wrong. So it was putting the wrong defaults in when we published the chart.
The artifacts seem good actually but the default substitution was odd in the artifact registry.
I was able to test this by doing
make artifacts
, unpacking the helm chart and runninghelm template
. This will give you the yaml that helm renders so I was able to confirm the registry looks good.Does this PR introduce a user-facing change?