Move Splunk Helm Charts to the official Helm Repository https://github.com/kubernetes/charts.
This would heavily simplify Packaging the Charts / build the Umbrella Chart locally.
Additional information i.e. the current README can be moved to an Splunk Wiki entry
@VincentS We are working on copying Helm Charts to Helm Repository. There is some language in CNCF agreements that claim ownership of logos and trademarks once under CNCF repositories and we are working on how to deal with the "Splunk" references that would be at risk. Once we get that limitation cleared, we will move over.
@dbaldwin-splunk Thx for reply. Looking forward to it :)
can we add RBAC feature before moving to official helm ? all latest k8s have rbac enabled by default
@PatelParas charts do allow for rbac now, have you had a chance to try it?
All good with the implementation?
Any feedback?
Has there been any progress on this? I would very much like to use this chart and moving it to the stable repo would make using it much easier.
Any ETA for getting his Chart in Chart repo ?
Thanks!
Updates?
Pretty please... ASAP
@abbas-splunk
Since helm 3 is out the idea is that all charts should have a registry by themself. They can still be added to hub.helm.sh which points to that registry.
If I am not mistaken the simplest option would be to have an index.yaml with all the charts next to it which is a valid helm chart repository and can be hosted here on GitHub.
This can either be added to hub.helm.sh or not but at least we have a 'proper' helm chart repo instead of just downloading direct tar files.
Having the index.yaml allows for easier search etc..
this chart is hosted using github pages now (from version 1.4.3)
helm repo add splunk https://splunk.github.io/splunk-connect-for-kubernetes/
helm show values splunk/splunk-connect-for-kubernetes > values.yaml
helm install sck splunk/splunk-connect-for-kubernetes -f values.yaml
Most helpful comment
Has there been any progress on this? I would very much like to use this chart and moving it to the stable repo would make using it much easier.