Create your own Helm Repo
Helm / July 05, 2018
Helm is a Package Manager for Kubernetes. Here’s a good getting started tutorial on Helm Charts.
My Helm Chart Repo is exposed on https://welagedara.github.io/helm/.
Add a new Repo
Add that to your repos using.
Check if the Repo got added succefully
Update the Repos by using this command
Finally install hello-world. The latest version will be installed if –version flag is not set.
How to update the Repo
Check for errors using lint
command
Package it
Update index.yaml
Push the artifacts to Github
Upgrade and Rollback
Install the app from local
Upgrade the app
To check revison number
or
To rollback
Here is an example.
Upgrade and Rollback using an external yaml
Install the app
Upgrade the app
To check revison number
or bash
To rollback
Here is an example