Closed clescot closed 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.
eck-custom-resources
Previously, i've installed the helm repository with this command : helm repo add eck-custom-resources https://xco-sk.github.io/eck-custom-resources/ .
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 :
helm repo update
and part of the response is : ...Successfully got an update from the "eck-custom-resources" chart repository.
...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, :
helm search repo eck-custom-resources/eck-custom-resources
helm search repo eck-custom-resources/eck-custom-resources-operator
helm search repo eck-custom-resources/eck-custom-resources-operator -l
helm search repo eck-custom-resources/eck-custom-resources-operator -l --devel
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.
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.
helm pull --version 0.5.6 --repo https://xco-sk.github.io/eck-custom-resources eck-custom-resources-operator
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, :
helm search repo eck-custom-resources/eck-custom-resources
helm search repo eck-custom-resources/eck-custom-resources-operator
helm search repo eck-custom-resources/eck-custom-resources-operator -l
helm search repo eck-custom-resources/eck-custom-resources-operator -l --devel
i've got only the 0.1.0 chart version :
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.