Skip to content

Commit

Permalink
Upgrade operator (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen authored Dec 21, 2020
1 parent d6e825c commit 882f10c
Show file tree
Hide file tree
Showing 5 changed files with 6,058 additions and 5,547 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.14.10", "v1.17.11"]
kubernetesVersion: [ "v1.16.15", "v1.20.0" ]
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
steps:
Expand Down
6 changes: 4 additions & 2 deletions charts/github-actions-runner-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +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.2.3
version: 2.3.0

# 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.5.2
appVersion: v0.6.0

kubeVersion: ">=1.16"
Loading

0 comments on commit 882f10c

Please sign in to comment.