This repository was archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 175
Helm: Make Helm charts available via Helm repo #294
Labels
Comments
+1 this will be very helpful for us |
Major "hubs" for helm charts: Demo for releasing/hosting chart in github repository: |
I created https://github.com/lukasmrtvy/opendistro/blob/main/.github/workflows/chkrls.yml workflow, charts are published automatically once a day ( https://github.com/lukasmrtvy/opendistro/blob/gh-pages/index.yaml ) , so if one will use |
Any news ? |
Maybe you can automate with https://github.com/helm/chart-releaser-action. |
This was referenced Jul 8, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Currently, people deploying on Kubernetes need to clone the opendistro-build repo and use the Helm package command to create their own Helm chart. Many (most?) other projects make their (already-built) charts available via a Helm repository. For example, up until recently, many charts were made available via the stable (Helm) repo. However, that repository is now deprecated and the Helm team is recommending developers make their charts available via a repo listed on Helm Hub.
As new versions of ODFE are released, the updated Helm charts can be made available via the repo. This would eliminate the need for every user to clone the repo and package the Helm charts up every time.
The text was updated successfully, but these errors were encountered: