Skip to content
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

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

kannon92
Copy link
Contributor

@kannon92 kannon92 commented Feb 27, 2025

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 running helm 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?

NONE

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 27, 2025
@k8s-ci-robot k8s-ci-robot requested a review from ahg-g February 27, 2025 02:00
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 27, 2025
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 27, 2025
@kannon92
Copy link
Contributor Author

cc @tenzen-y @ahg-g

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 27, 2025
Copy link

netlify bot commented Feb 27, 2025

Deploy Preview for kubernetes-sigs-jobset canceled.

Name Link
🔨 Latest commit a087f48
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-jobset/deploys/67c07a2d5d3db30008df3ecd

@kannon92
Copy link
Contributor Author

/hold

testing this.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 27, 2025
@kannon92
Copy link
Contributor Author

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 27, 2025
@kannon92
Copy link
Contributor Author

/retest

@kannon92 kannon92 force-pushed the fix-helm-images branch 2 times, most recently from 76f024b to e61283d Compare February 27, 2025 12:21
@kannon92 kannon92 requested a review from ChenYi015 February 27, 2025 12:22
@ahg-g
Copy link
Contributor

ahg-g commented Feb 27, 2025

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 27, 2025
@ahg-g
Copy link
Contributor

ahg-g commented Feb 27, 2025

Should we recreate the 0.8 branch since we merged a few PRs since that one was cut?

@k8s-ci-robot k8s-ci-robot merged commit 8b2c2d1 into kubernetes-sigs:main Feb 27, 2025
13 checks passed
@kannon92
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants