Commit 7035d19 1 parent d2a1338 commit 7035d19 Copy full SHA for 7035d19
File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,29 +6,39 @@ color: gray-dark
6
6
inputs :
7
7
release :
8
8
description : Helm release name. Will be combined with track if set. (required)
9
+ required : true
9
10
namespace :
10
11
description : Kubernetes namespace name. (required)
12
+ required : true
11
13
chart :
12
14
description : Helm chart path. If set to "app" this will use the built in helm
13
15
chart found in this repository. (required)
16
+ required : true
14
17
values :
15
18
description : Helm chart values, expected to be a YAML or JSON string.
19
+ required : false
16
20
dry-run :
17
21
description : Task name. If the task is "remove" it will remove the configured
18
22
helm release.
23
+ required : false
19
24
helm :
20
25
description : Helm binary to execute, one of [helm, helm3].
26
+ required : false
21
27
token :
22
28
description : Github repository token. If included and the event is a deployment
23
29
the deployment_status event will be fired.
30
+ required : false
24
31
value-files :
25
32
description : Additional value files to apply to the helm chart. Expects JSON encoded
26
33
array or a string.
34
+ required : false
27
35
secrets :
28
36
description : Secret variables to include in value file interpolation. Expects
29
37
JSON encoded map.
38
+ required : false
30
39
version :
31
40
description : Version of the app, usually commit sha works here.
41
+ required : false
32
42
runs :
33
43
using : docker
34
44
image : Dockerfile
You can’t perform that action at this time.
0 commit comments