fluxcd / helm-operator

Successor: https://github.com/fluxcd/helm-controller — The Flux Helm Operator, once upon a time a solution for declarative Helming.
https://docs.fluxcd.io/projects/helm-operator/
Apache License 2.0
648 stars 262 forks source link

please publish chart for helm-operator 1.4.1 #641

Closed dimbleby closed 2 years ago

dimbleby commented 2 years ago

Describe the bug

I don't find the 1.4.1 helm-operator helm chart at https://charts.fluxcd.io

To Reproduce

helm repo add fluxcd https://charts.fluxcd.io
helm repo update
helm pull fluxcd/helm-operator --version 1.4.1

Error: chart "helm-operator" matching 1.4.1 not found in fluxcd index. (try 'helm repo update'): no chart version found for helm-operator-1.4.1

Expected behavior

Successful chart download

kingdonb commented 2 years ago

Thanks for mentioning this. Please be aware that Helm Operator is in maintenance.

I will take care of this 👍

kingdonb commented 2 years ago

The tag has been pushed:

$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "fluxcd" chart repository
Update Complete. ⎈Happy Helming!⎈

$ helm search repo fluxcd
NAME                    CHART VERSION   APP VERSION DESCRIPTION
fluxcd/flux             1.11.3          1.24.2      Flux is a tool that automatically ensures that ...
fluxcd/helm-operator    1.4.1           1.4.1       Flux Helm Operator is a CRD controller for decl...

Closing