Skip to content

Commit 88f721c

Browse files
add new argument (#548)
1 parent a723af7 commit 88f721c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

graduated/helm/step.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: helm
5-
version: 1.1.11
5+
version: 1.1.12
66
title: Release a Helm chart
77
isPublic: true
88
description: Update or install a Helm chart.
@@ -95,6 +95,10 @@ spec:
9595
"type": "string",
9696
"description": "When multiple contexts are attached to the pipeline this argument lets to select one of them for using in helm command. When omit the last added repo is used"
9797
},
98+
"use_repos_for_auth_action": {
99+
"type": "string",
100+
"description": "Add helm repositories from contexts for auth action"
101+
},
98102
"chart_name": {
99103
"type": "string",
100104
"description": "Helm chart name to release (path to chart folder, or name of packaged chart)"

0 commit comments

Comments
 (0)