codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.55k stars 343 forks source link

Question: Is it intentional that 1.4.0 of the immudb Helm chart is not yet in the index? #1441

Closed mprimeaux closed 1 year ago

mprimeaux commented 1 year ago

What happened

I'm trying to install 1.4.0 of the immudb Helm chart but it's not in the index.

What you expected to happen

I expected to install version 1.4.0.

How to reproduce it (as minimally and precisely as possible)

Environment

I followed these instructions.

helm repo add immudb https://packages.codenotary.org/helm
helm repo update
helm install immudb/immudb --generate-name

I received the following error:

Error: INSTALLATION FAILED: chart "immudb" matching 1.4.0 not found in immudb index. (try 'helm repo update'): no chart version found for immudb-1.4.0

Additional info (any other context about the problem)

I was able to change the image.tag value from "" to "1.4.0" to pull down that version of the immudb container image using the "1.3.2" version of the Helm chart and that seems to work fine.

byo commented 1 year ago

@SimoneLazzaris can you check?

SimoneLazzaris commented 1 year ago

Immudb release process didn't update the published helm chart, I did it now.

mprimeaux commented 1 year ago

Thanks much, @SimoneLazzaris and @byo.

❯ helm search repo immudb
NAME            CHART VERSION   APP VERSION DESCRIPTION
immudb/immudb   1.4.0           1.4.0       The immutable database

Looks good.