From d37cd69e9bf6b05c674dad921e092332eeb1abf9 Mon Sep 17 00:00:00 2001 From: Donovan Muller Date: Fri, 29 Jan 2021 02:29:43 +0200 Subject: [PATCH] feat/helm: Bump appVersion to 0.6.1 release (#272) * feat/helm: Bump appVersion to 0.6.1 release * Also bump chart version to trigger a new chart release Co-authored-by: Yusuke Kuoka --- charts/actions-runner-controller/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/actions-runner-controller/Chart.yaml b/charts/actions-runner-controller/Chart.yaml index caaf6648..9b19b78c 100644 --- a/charts/actions-runner-controller/Chart.yaml +++ b/charts/actions-runner-controller/Chart.yaml @@ -15,12 +15,12 @@ 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.2.0 +version: 0.2.1 # 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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.16.0 +appVersion: 0.16.1 home: https://github.com/summerwind/actions-runner-controller @@ -33,4 +33,4 @@ maintainers: url: https://github.com/summerwind - name: funkypenguin email: davidy@funkypenguin.co.nz - url: https://www.funkypenguin.co.nz \ No newline at end of file + url: https://www.funkypenguin.co.nz