fromgotok8s

fromgotok8s

This GitHub page is used mostly to be used as a static public Chartmuseum and it is part of a full example of Ci/CD described in the following medium article:

To build the helm package to add it to the static chartmuseum

helm package fromgotok8s

To generate the needed index.yaml page

helm repo index .

To review the index generated once the branch has been pushed go to

To make use of the static public Chartmuseum

helm repo add static-gallo-cedrone-repo https://gallo-cedrone.github.io/fromgotok8s
helm repo update

Let's GO!