xco-sk / eck-custom-resources

Kubernetes operator for Indices, Index Templates, Roles, Users and other Elasticsearch and Kibana related resources.
Apache License 2.0
36 stars 8 forks source link

all helm chart versions are published in the repository ? #59

Closed clescot closed 1 year ago

clescot commented 1 year ago

Hi,

thank you for your elasticsearch operator initiative.

i try to install the eck-custom-resources helm chart in the 0.5.6 version, but only see the 0.1.0.

Previously, i've installed the helm repository with this command : helm repo add eck-custom-resources https://xco-sk.github.io/eck-custom-resources/ .

I've refreshed the repository with this command : helm repo update :

and part of the response is : ...Successfully got an update from the "eck-custom-resources" chart repository.

When i try to list the available releases, with any of the following commands, :

i've got only the 0.1.0 chart version :

NAME                                                    CHART VERSION   APP VERSION     DESCRIPTION                
eck-custom-resources/eck-custom-resources-operator      0.1.0           0.0.1-alfa1     A Helm chart for Kubernetes

Is there any clue to install the 0.5.6 version ? Do other versions are published in the repository ? (https://xco-sk.github.io/eck-custom-resources/)

best regards, Charles.

clescot commented 1 year ago

helm pull --version 0.5.6 --repo https://xco-sk.github.io/eck-custom-resources eck-custom-resources-operator show me that the version 0.5.6 and others are available. sorry for the inconvenience. i close the issue.