Skip to content

Commit

Permalink
bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed Jul 11, 2022
1 parent fa254de commit 272992f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/example/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev02
version: 0.1.3-dev02

# 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
Expand Down
6 changes: 3 additions & 3 deletions charts/example/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# example

![Version: 0.1.2-dev02](https://img.shields.io/badge/Version-0.1.2--dev02-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.3-dev02](https://img.shields.io/badge/Version-0.1.3--dev02-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-dev02:
To install the chart with the release name `my-release` at version 0.1.3-dev02:

```bash
helm repo add colearendt https://colearendt.github.io/helm
helm install --devel my-release colearendt/example --version=0.1.2-dev02
helm install --devel my-release colearendt/example --version=0.1.3-dev02
```

#### _A Helm chart for Kubernetes_
Expand Down

0 comments on commit 272992f

Please sign in to comment.