Skip to content

Commit a723af7

Browse files
add new argument (#547)
1 parent 6867fad commit a723af7

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.10
5+
version: 1.1.11
66
title: Release a Helm chart
77
isPublic: true
88
description: Update or install a Helm chart.
@@ -91,6 +91,10 @@ spec:
9191
"type": "string",
9292
"description": "Helm context to use (the name of the helm repository as configured in Codefresh)"
9393
},
94+
"primary_helm_context": {
95+
"type": "string",
96+
"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"
97+
},
9498
"chart_name": {
9599
"type": "string",
96100
"description": "Helm chart name to release (path to chart folder, or name of packaged chart)"

0 commit comments

Comments
 (0)