helm-charts
helm-charts copied to clipboard
[jaeger-operator] Helm Chart incorrectly has appVersion 1.31.0
Describe the bug https://github.com/jaegertracing/helm-charts/commit/d7671badf15944ad4721d34f663e444e42bb2511 bumped the chart version and appVersion but did not actually update to the latest CRD and image for the operator.
Going a step further, even overriding the helm values to use the 1.31.0 image will result in errors due to the introduction of cert management in https://github.com/jaegertracing/jaeger-operator/pull/1708
To Reproduce Steps to reproduce the behavior:
- Deploy the latest helm chart
- Validate that the 1.30.0 image is being used despite appVersion of 1.31.0
Expected behavior I would expect 1.31.0 to be deployed based on the appVersion.
my bad, thanks for noticing
kinda explains why i didn't run into any issues with the upgrade 😅
We've also run across this issue, after updating to 1.31 or 1.32 jaeger-operator fails.
I faced the same. The last working version is 1.30
Issues when overriding the image are the same as reported in https://github.com/jaegertracing/helm-charts/issues/351 . There seems to be a lack of quality reviewing of updates...CRDs are rarely updated and it seems like the changes are not even tested based on the cert manager issues.