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

Release tags don't include updated images #6345

Closed
paul-civitas opened this issue Jun 10, 2024 · 1 comment
Closed

Release tags don't include updated images #6345

paul-civitas opened this issue Jun 10, 2024 · 1 comment
Labels
bug Something isn't working needs-triage Issues that need to be triaged

Comments

@paul-civitas
Copy link

Description

Observed Behavior:

The tag 0.36.2 points to the controller image for 0.35.4

https://github.com/aws/karpenter-provider-aws/blob/v0.36.2/charts/karpenter/values.yaml#L102

Expected Behavior:

The tag v0.36.2 points to the controller image for v0.36.2

Reproduction Steps:

Attempt to update your karpenter version after getting a scary email from amazon. Observe that it doesn't update because the helm value of the tag is still pointed to the old version without the fix.

Versions:

  • Chart Version: Tag v0.36.2
  • Kubernetes Version (kubectl version): 1.29

Workaround:

We seem to be able to work around this issue by pointing to the branch release-v0.36.2 rather than the tag v0.36.2

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@paul-civitas paul-civitas added bug Something isn't working needs-triage Issues that need to be triaged labels Jun 10, 2024
@jmdeal
Copy link
Contributor

jmdeal commented Jun 10, 2024

Closing as a duplicate of #5415. The short version is the OCI repo is the source of truth for the helm chart at the moment, not the GitHub repository.

@jmdeal jmdeal closed this as completed Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Issues that need to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants