fluxcd / helm-operator

Successor: https://github.com/fluxcd/helm-controller — The Flux Helm Operator, once upon a time a solution for declarative Helming.

Home Page:https://docs.fluxcd.io/projects/helm-operator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please publish chart for helm-operator 1.4.1

dimbleby opened this issue · comments

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

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

I will take care of this 👍

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