hyperledger / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger.github.io/bevel-operator-fabric/
Apache License 2.0
271 stars 91 forks source link

Unable to update to version 1.8.4 #143

Closed LeonColt closed 1 year ago

LeonColt commented 1 year ago

What happened?

I am trying to install version 1.8.4, but it is not found

What did you expect to happen?

Should be able to install version 1.8.4

How can we reproduce it (as minimally and precisely as possible)?

helm install hlf-operator --version=1.8.4 kfs/hlf-operator will produce Error: INSTALLATION FAILED: chart "hlf-operator" matching 1.8.4 not found in kfs index. (try 'helm repo update'): no chart version found for hlf-operator-1.8.4

Anything else we need to know?

No response

Kubernetes version

No response

demshin commented 1 year ago

It's working for me. Can you show helm search repo hlf-operator --versions?

dviejokfs commented 1 year ago

I published missing helm versions for 1.8.3 and 1.8.4

Should work now