From 98f9c9e00e270a386eb3bd79cb54eea74ec3b183 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Tue, 20 Sep 2022 13:39:35 +0200 Subject: [PATCH] Upgrade garo (#189) --- charts/github-actions-runner-operator/Chart.yaml | 4 ++-- charts/github-actions-runner-operator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/github-actions-runner-operator/Chart.yaml b/charts/github-actions-runner-operator/Chart.yaml index d08d1aa..fcb58d5 100644 --- a/charts/github-actions-runner-operator/Chart.yaml +++ b/charts/github-actions-runner-operator/Chart.yaml @@ -30,11 +30,11 @@ 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: 2.7.1 +version: 2.7.2 # 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: v0.10.2 +appVersion: v0.10.3 kubeVersion: ">=1.16.0-0" diff --git a/charts/github-actions-runner-operator/values.yaml b/charts/github-actions-runner-operator/values.yaml index 99f831b..dc3b9e5 100644 --- a/charts/github-actions-runner-operator/values.yaml +++ b/charts/github-actions-runner-operator/values.yaml @@ -6,7 +6,7 @@ image: repository: quay.io/evryfs/github-actions-runner-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart version. - tag: v0.10.2 + tag: v0.10.3 imagePullSecrets: [] nameOverride: ""