From 1532942d9ef0603e258000f18928ffabfa81845c Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Thu, 21 Jan 2021 00:24:22 +0100 Subject: [PATCH] Upgrade garo (#45) --- .github/workflows/test.yaml | 2 +- charts/github-actions-runner-operator/Chart.yaml | 4 ++-- .../crds/garo.tietoevry.com_githubactionrunners.yaml | 2 ++ charts/github-actions-runner-operator/values.yaml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e8c7d32..0796e7d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - kubernetesVersion: [ "v1.16.15", "v1.20.0" ] + kubernetesVersion: [ "v1.16.15", "v1.20.2" ] runs-on: ubuntu-latest if: github.ref != 'refs/heads/master' steps: diff --git a/charts/github-actions-runner-operator/Chart.yaml b/charts/github-actions-runner-operator/Chart.yaml index b8b3ac3..18ee778 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.5.2 +version: 2.5.3 # 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.8.1 +appVersion: v0.8.2 kubeVersion: ">=1.16.0-0" diff --git a/charts/github-actions-runner-operator/crds/garo.tietoevry.com_githubactionrunners.yaml b/charts/github-actions-runner-operator/crds/garo.tietoevry.com_githubactionrunners.yaml index b052189..d8d15b5 100644 --- a/charts/github-actions-runner-operator/crds/garo.tietoevry.com_githubactionrunners.yaml +++ b/charts/github-actions-runner-operator/crds/garo.tietoevry.com_githubactionrunners.yaml @@ -6307,6 +6307,8 @@ spec: - containers type: object type: object + x-kubernetes-embedded-resource: true + x-kubernetes-preserve-unknown-fields: true reconciliationPeriod: default: 1m description: How often to reconcile/check the runner pool. If undefined diff --git a/charts/github-actions-runner-operator/values.yaml b/charts/github-actions-runner-operator/values.yaml index f1e4fb7..60a9ba9 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.8.1 + tag: v0.8.2 imagePullSecrets: [] nameOverride: ""