Skip to content

Commit

Permalink
use Helm v3.14.4
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tessier <[email protected]>
  • Loading branch information
puckpuck committed Nov 5, 2024
1 parent aee61ac commit 9aa5af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
helm-version:
description: "The helm version to be used when setting up"
required: false
default: "v3.9.4"
default: "v3.14.4"
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/actions/setup
with:
create-kind-cluster: "false"
helm-version: "v3.11.3"
helm-version: "v3.14.4"

- name: Run chart-testing (lint)
run: "ct lint --target-branch main
Expand Down

0 comments on commit 9aa5af9

Please sign in to comment.