Skip to content

Commit a7fc1f7

Browse files
Cr helmfile 390 (#542)
* change docker version * change version
1 parent 63648ea commit a7fc1f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

incubating/helmfile/step.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: helmfile
5-
version: 0.0.6
5+
version: 0.0.7
66
isPublic: true
77
description: Use helmfile from Codefresh pipeline
88
sources:
@@ -58,13 +58,13 @@ spec:
5858
"type": "string",
5959
"description": "Version of helm binary",
6060
"default": "3.0.3",
61-
"enum": [ "2.14.3", "2.17.0", "3.0.0", "3.0.3", "3.1.1" ]
61+
"enum": [ "2.14.3", "2.17.0", "3.0.0", "3.0.3", "3.1.1", "3.9.0" ]
6262
},
6363
"HELMFILE_VERSION": {
6464
"type": "string",
6565
"description": "Version of helmfile binary",
6666
"default": "0.108.0",
67-
"enum": [ "0.90.2", "0.90.7", "0.93.2", "0.108.0", "0.135.0" ]
67+
"enum": [ "0.90.2", "0.90.7", "0.93.2", "0.108.0", "0.135.0", "0.144.0" ]
6868
},
6969
"HELM_BINARY": {
7070
"type": "string",

0 commit comments

Comments
 (0)