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

[Administrative-issue] Git tag does not match Chart.yaml version #6846

Closed
dolan-a opened this issue Aug 22, 2024 · 2 comments
Closed

[Administrative-issue] Git tag does not match Chart.yaml version #6846

dolan-a opened this issue Aug 22, 2024 · 2 comments
Labels
bug Something isn't working needs-triage Issues that need to be triaged

Comments

@dolan-a
Copy link

dolan-a commented Aug 22, 2024

Description

Observed Behavior:
In the last few releases, I've noticed the version in the Chart.yaml does match the git tag:

This causes a mismatch when installing the helm chart directly from Git.

The release branch (release-v1.0.x) currently has this issue as well (as of Aug 22 2024)

Expected Behavior:
Version in Chart.yaml should match Github tag

Reproduction Steps (Please include YAML):
N/A

Versions:

  • Chart Version: v1.0.0
  • Kubernetes Version (kubectl version): N/A
  • 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
@dolan-a dolan-a added bug Something isn't working needs-triage Issues that need to be triaged labels Aug 22, 2024
@dolan-a
Copy link
Author

dolan-a commented Aug 22, 2024

I should also note: I first discovered this via seeing karpenter version is not compatible with K8s version 1.30 in my logs when running the v0.37.0 tag from GH.

Initially I assumed this was a harmless error, but because the Helm Chart uses the appVersion for the controller image (here), this causes the wrong version to be deployed. In our case, v0.37.0 is using: public.ecr.aws/karpenter/controller:0.36.0@sha256:90adaba9e8e9f66244324ca64408a5abbfe063f8c41fbbfebf226bdda4fadd58

@jmdeal
Copy link
Contributor

jmdeal commented Aug 22, 2024

Closing as a duplicate of #5415

@jmdeal jmdeal closed this as completed Aug 22, 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