Commit afd685e3 authored by Tim Rizzi's avatar Tim Rizzi

Add SemVer to Helm chart example

parent b587e0d5
......@@ -65,7 +65,7 @@ Once built, a chart can be uploaded to the `stable` channel with `curl` or `helm
```shell
helm repo add --username <username> --password <personal_access_token> project-1 https://gitlab.example.com/api/v4/projects/1/packages/helm/stable
helm push mychart.tgz project-1
helm push mychart-0.1.0.tgz project-1
```
## Install a package
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment