pkosiec / botkube-charts

A repo for all Helm charts from InfraCloud

Home Page:https://infracloudio.github.io/charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

charts Artifact Hub

A repo for all Helm charts from InfraCloud

Steps for adding new helm chart

Once you have a helm chart ready, follow the steps to add it in the chart repo

  • Validate helm chart

    $ helm lint example/alpine/

    Fix helm lint issues if there are any.

  • Package the helm chart

    $ helm package examples/alpine
  • Create a branch on top of gh-pages

  • Add helm chart package to infracloudio/charts

  • Build the index

    $ helm repo index --url https://infracloudio.github.io/charts --merge index.yaml .
  • Commit, push and raise a PR against gh-pages

About

A repo for all Helm charts from InfraCloud

https://infracloudio.github.io/charts