You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
kubectl version
): N/AThe text was updated successfully, but these errors were encountered: