Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
# Kept in step with release.yml's setup-helm pin: the chart is packaged with the helm
# it was linted and e2e-tested with. Renovate tracks this line through the custom
# manager in renovate.json -- without it only release.yml moved and the two drifted.
HELM_VERSION: v3.22.0
HELM_VERSION: v4.3.0

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
# Same major as ci.yml's HELM_VERSION: the chart is linted and e2e-tested with
# helm 3, so it is packaged with helm 3. A helm 4 bump is a PR, not an automerge.
version: v3.22.0
version: v4.3.0

- name: Work out the new chart version
id: version
Expand Down