File tree 1 file changed +14
-7
lines changed
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 2
2
title : TRG 5.09 - Helm test
3
3
---
4
4
5
- | Status | Created | Post-History |
6
- | ------------| -------------| --------------------|
7
- | Update | 04 -Dec-2023 | Update example |
8
- | Update | 10-Nov-2023 | Bump kind version |
9
- | Active | 10-Nov-2023 | |
10
- | Prerelease | 7-Mar-2023 | Moved out of draft |
11
- | Draft | 23-Feb-2023 | Draft release |
5
+ | Status | Created | Post-History |
6
+ | ------------| -------------| ------------------------------------------------- |
7
+ | Update | 05 -Dec-2023 | Updated example, with customizable helm version |
8
+ | Update | 10-Nov-2023 | Bump kind version |
9
+ | Active | 10-Nov-2023 | |
10
+ | Prerelease | 7-Mar-2023 | Moved out of draft |
11
+ | Draft | 23-Feb-2023 | Draft release |
12
12
13
13
## Why
14
14
70
70
default : ' x.x.x'
71
71
required : false
72
72
type : string
73
+ helm_version :
74
+ description : ' helm version to test (default = latest)'
75
+ default : ' latest'
76
+ required : false
77
+ type : string
73
78
74
79
jobs :
75
80
lint-test :
97
102
98
103
- name : Set up Helm
99
104
uses : azure/setup-helm@v3
105
+ with :
106
+ version : ${{ github.event.inputs.helm_version || 'latest' }}
100
107
101
108
- uses : actions/setup-python@v4
102
109
with :
You can’t perform that action at this time.
0 commit comments