Create your own Helm Repo

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 succsefully.

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 revision number

or

To rollback use this.

Here is an example.

Upgrade and Rollback using an external yaml

Install the app.

Upgrade the app.

To check revision number

or else

Rollback.

Here is an example.

You may also like

Leave a Reply

Your email address will not be published. Required fields are marked *