-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Augustin Husson <[email protected]>
- Loading branch information
1 parent
2859ba6
commit e47516a
Showing
4 changed files
with
6 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
name: Setup | ||
description: sets up helm lint and testing environment | ||
inputs: | ||
create-kind-cluster: # id of input | ||
create-kind-cluster: | ||
description: "Whether or not to create a kind cluster during setup" | ||
required: true | ||
default: "false" | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Set up Helm | ||
uses: azure/[email protected] | ||
with: | ||
version: v3.9.0 | ||
uses: azure/setup-helm@v3 | ||
|
||
- uses: actions/setup-python@v4 | ||
with: | ||
|
@@ -24,4 +22,4 @@ runs: | |
uses: helm/[email protected] | ||
if: ${{ inputs.create-kind-cluster == 'true' }} | ||
with: | ||
node_image: kindest/node:v1.24.12 | ||
node_image: kindest/node:v1.28.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters