File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 78
78
required : false
79
79
type : string
80
80
default : ubuntu-22.04
81
+ helmfileVersion :
82
+ description : Helmfile version
83
+ required : false
84
+ type : string
85
+ default : v0.171.0
86
+ helmDiffVersion :
87
+ description : Helm diff version
88
+ required : false
89
+ type : string
90
+ default : v3.9.6
81
91
82
92
83
93
secrets :
@@ -158,9 +168,9 @@ jobs:
158
168
- name : setup dependencies
159
169
env :
160
170
# renovate: datasource=github-releases depName=helmfile/helmfile
161
- HELMFILE_VERSION : ' v0.171.0 '
171
+ HELMFILE_VERSION : ${{ inputs.helmfileVersion }}
162
172
# renovate: datasource=github-releases depName=databus23/helm-diff
163
- HELM_DIFF_PLUGIN_VERSION : v3.9.6
173
+ HELM_DIFF_PLUGIN_VERSION : ${{ inputs.helmDiffVersion }}
164
174
run : |
165
175
HELMFILE_VERSION_WITHOUT_PREFIX=${HELMFILE_VERSION:1}
166
176
You can’t perform that action at this time.
0 commit comments