Skip to content

Commit

Permalink
chore: bump chart to latest (#1319)
Browse files Browse the repository at this point in the history
Bumps the chart version along with the controller version.
We bump the patch number for the chart as the release for the controller is a patch release.
That's the same handling as we've done in the previous version ecc8b44 and #1300

As always, be sure to upgrade CRDs before updating the controller version!
Otherwise it can break in interesting ways.
  • Loading branch information
mumoshu authored Apr 8, 2022
1 parent b0fd7a7 commit c8f1acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/actions-runner-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 0.17.2
version: 0.17.3

# Used as the default manager tag value when no tag property is provided in the values.yaml
appVersion: 0.22.2
appVersion: 0.22.3

home: https://github.com/actions-runner-controller/actions-runner-controller

Expand Down

0 comments on commit c8f1acd

Please sign in to comment.