Skip to content

Commit

Permalink
Upgrade garo (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Jan 20, 2021
1 parent d93eb1f commit 1532942
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/github-actions-runner-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/github-actions-runner-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 1532942

Please sign in to comment.