-
Notifications
You must be signed in to change notification settings - Fork 102
Question : is the helm chart available on an helm repository ? #115
Comments
@eddycharly I installed it by cloning the repo. It's not available on the helm repository. |
@chetankapoor thanks, i did the same. just asked if @hjacobs hosted it somewhere on his own repo. |
No, I'm not using Helm myself, so my support for Helm Charts is pretty basic. |
@hjacobs would it be possible to implement an helm index in this repo? Just like kube-janitor does here -> https://github.com/hjacobs/kube-janitor/blob/master/unsupported/helm/index.yaml |
FWIW setting up a helm repo with github actions is free and pretty easy. |
@eddycharly do you have an example somewhere? |
you can look here https://github.com/eddycharly/tekton-helm |
@eddycharly i found an easier way to deal with this:
Here is my helmfile for reference: repositories:
- name: hjacobs-kube-resource-report
url: git+https://github.com/hjacobs/kube-resource-report@unsupported/chart/kube-resource-report
releases:
- name: kube-resource-report
chart: hjacobs-kube-resource-report/kube-resource-report
namespace: kube-system
values:
<snip> |
Nice ! But at least it works 🥳 |
@eddycharly agreed that chart need to be packaged and released properly. @hjacobs, remembered we discussed before about hosting this helm chart and I did some research on this. Below is the summary: The original centralised helm charts repo located here: https://github.com/helm/charts will become deprecated in a few months. The comment was Helm Chart owner will have to find somewhere to host their chart. Since helm chart (at least the docker image version) need to be aware of the version bump of the app, it make more sense to sit with the source in a separate folder. Hence I have some commits ready to raise a PR if you guys are interested: In term of support, it looks like there are some interested helm users including me should be able to provide ad-hoc support in helm chart and it looks tidier without the For next steps we can look into publishing the helm chart to Helm Hub and add linting and testing of chart in CI pipeline. Let me know your thoughts. |
Is the helm chart distributed on a helm repository somewhere ?
Or do we have to clone this repository to install it ?
Thanks
The text was updated successfully, but these errors were encountered: