diff --git a/charts/github-actions-runner-operator/Chart.yaml b/charts/github-actions-runner-operator/Chart.yaml index fcb58d5..7f64116 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.2 +version: 2.8.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.10.3 +appVersion: v0.11.0 kubeVersion: ">=1.16.0-0" diff --git a/charts/github-actions-runner-operator/values.yaml b/charts/github-actions-runner-operator/values.yaml index dc3b9e5..e535b33 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.3 + tag: v0.11.0 imagePullSecrets: [] nameOverride: ""