You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graduated/helm/step.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ kind: step-type
2
2
version: '1.0'
3
3
metadata:
4
4
name: helm
5
-
version: 1.1.10
5
+
version: 1.1.11
6
6
title: Release a Helm chart
7
7
isPublic: true
8
8
description: Update or install a Helm chart.
@@ -91,6 +91,10 @@ spec:
91
91
"type": "string",
92
92
"description": "Helm context to use (the name of the helm repository as configured in Codefresh)"
93
93
},
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
+
},
94
98
"chart_name": {
95
99
"type": "string",
96
100
"description": "Helm chart name to release (path to chart folder, or name of packaged chart)"
0 commit comments