Mismatch between published chart v4.9.0 and the corresponding tags #12654
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What happened:
The published ingress-nginx helm chart v4.9.0 doesn't seem to match with the git tags helm-chart-4.9.0 and controller-v1.9.5. The build version logged when the controller starts is f503c4bb5fa7d857ad29e94970eb550c2bc00b7c which is different from the commit that the tags point to.
We realized this when we found OpenTracing working with the published ingress-nginx helm chart v4.9.0, but it is supposed to have been deprecated in that version (30820a5).
What you expected to happen:
The published ingress-nginx helm charts should match with the corresponding git tags.
I don't think the chart v4.9.0 should be republished (if republishing is possible) with the commit the tags point to, because that would potentially break production usages of the chart version. But it will be worthwhile to investigate how that happened and possibly improve the release process to avoid such case.
How to reproduce this issue:
Install and start minikube
https://minikube.sigs.k8s.io/docs/start/
Install the ingress controller
Get the running ingress-nginx-controller pod and view its logs.
The text was updated successfully, but these errors were encountered: