diff --git a/charts/test-app/Chart.yaml b/charts/test-app/Chart.yaml index fe79edd..37e7ca2 100644 --- a/charts/test-app/Chart.yaml +++ b/charts/test-app/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: test-app type: application -version: 0.2.10-rc -appVersion: 0.3.1-rc +version: 0.2.10-rc.1 +appVersion: 0.3.1-rc.1 description: A Helm chart to deploy test-app. # home: https://this-is-tobi.com deprecated: false diff --git a/charts/test-app/README.md b/charts/test-app/README.md index 8a62197..0a7a1b3 100644 --- a/charts/test-app/README.md +++ b/charts/test-app/README.md @@ -1,6 +1,6 @@ # test-app -![Version: 0.2.10-rc](https://img.shields.io/badge/Version-0.2.10--rc-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1-rc](https://img.shields.io/badge/AppVersion-0.3.1--rc-informational?style=flat-square) +![Version: 0.2.10-rc.1](https://img.shields.io/badge/Version-0.2.10--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1-rc.1](https://img.shields.io/badge/AppVersion-0.3.1--rc.1-informational?style=flat-square) A Helm chart to deploy test-app.