From 2146c62c9e9bf2a7a70b9859c6b55e4001d149a7 Mon Sep 17 00:00:00 2001 From: callum-tait-pbx <52924845+callum-tait-pbx@users.noreply.github.com> Date: Sun, 7 Feb 2021 07:46:19 +0000 Subject: [PATCH] chore: bumping Helm chart version (#294) * chore: adding mac rubbish to gitignore * chore: bumping chart version --- .gitignore | 3 +++ charts/actions-runner-controller/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3785f0ef..1163412b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ bin .envrc *.pem + +# OS +.DS_STORE \ No newline at end of file diff --git a/charts/actions-runner-controller/Chart.yaml b/charts/actions-runner-controller/Chart.yaml index 9b19b78c..8007ef67 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.1 +version: 0.3.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.1 +appVersion: 0.17.0 home: https://github.com/summerwind/actions-runner-controller