diff --git a/charts/example/Chart.yaml b/charts/example/Chart.yaml index 3726c2d..b101cab 100644 --- a/charts/example/Chart.yaml +++ b/charts/example/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.2-dev01 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/example/README.md b/charts/example/README.md index ffd06bd..fa5d5df 100644 --- a/charts/example/README.md +++ b/charts/example/README.md @@ -1,14 +1,14 @@ # example -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.1](https://img.shields.io/badge/AppVersion-1.16.1-informational?style=flat-square) +![Version: 0.1.2-dev01](https://img.shields.io/badge/Version-0.1.2--dev01-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.1](https://img.shields.io/badge/AppVersion-1.16.1-informational?style=flat-square) ## Installing the Chart -To install the chart with the release name `my-release` at version 0.1.2: +To install the chart with the release name `my-release` at version 0.1.2-dev01: ```bash helm repo add colearendt https://colearendt.github.io/helm -helm install my-release colearendt/example --version=0.1.2 +helm install --devel my-release colearendt/example --version=0.1.2-dev01 ``` #### _A Helm chart for Kubernetes_