chaoskube: Helm chart on Kubeapps is not available
In README.md
is suggested to download Chaoskube’s Helm chart from Kubeapps. Unfortunately, the chart there cannot be found: the HTTP GET https://hub.kubeapps.com/api/chartsvc/v1/charts/stable/chaoskube returns a 404 there.
Would it be possible for you to check whether the Helm chart is still published there? The old repository https://github.com/helm/charts/tree/master/stable/chaoskube is now in archived state since end November.
Thank you
About this issue
- Original URL
- State: open
- Created 4 years ago
- Reactions: 6
- Comments: 18 (8 by maintainers)
FYI: The PR was merged, you can now use the helm chart with:
Tried this:
Got this:
The Issue is image tag in repo is prefixed with “v” and this line strips the “v”:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Also,
In value.yaml, the default for “tag” should be “latest”, not “”:
Also, as part of the new chart for the merge, the install instructions in the README should have new Helm instructions.
Also, chart version number went from 3.3.2 backwards to 0.1.0. Suggest the new chart to be 4.0.0, bump major number since most of the chart values are different.
I don’t think so, no. But why not create one now? I can file a PR with the chart if @linki is ok with merging it.