Skip to content

Commit ade6955

Browse files
committed
ci: Use latest Helm version
1 parent 9f8a520 commit ade6955

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chart-release-steps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
helmVersion:
3838
description: >
3939
Helm version to use.
40-
default: "3.11.2"
40+
default: "latest"
4141
required: false
4242
type: string
4343

.github/workflows/charts-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
helmVersion:
1414
description: >
1515
Helm version to use.
16-
default: "3.11.2"
16+
default: "latest"
1717
required: false
1818
type: string
1919

.github/workflows/charts-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
helmVersion:
1414
description: >
1515
Helm version to use.
16-
default: "3.11.2"
16+
default: "latest"
1717
required: false
1818
type: string
1919

0 commit comments

Comments
 (0)