Closed stevo-f3 closed 3 years ago
We can't update the helm packages as they come with breaking changes due to Kubernetes client-go. Please consider moving to Flux v2 as helm-operator is deprecated and it will be archived soon, see https://fluxcd.io/docs/migration/helm-operator-migration/
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behaviour:
kubectl describe helmrelease <name>
Expected behavior
A clear and concise description of what you expected to happen.
helm-operator uses outdated helm with a bug https://github.com/fluxcd/helm-operator/blob/master/go.mod#L32 The bug was fixed in helm https://github.com/helm/helm/pull/7743
Logs
If applicable, please provide logs. In a standard stand-alone installation, you'd get this by running
kubectl logs deploy/flux-helm-operator -n fluxcd
.Additional context