Skip to content

Commit da88c45

Browse files
authored
update helm version to 3.10.2 (#3702)
1 parent caed960 commit da88c45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ pipeline {
231231
)
232232
string(name: 'HELM_VERSION',
233233
description: 'Helm version',
234-
defaultValue: '3.7.2'
234+
defaultValue: '3.10.2'
235235
)
236236
choice(name: 'ISTIO_VERSION',
237237
description: 'Istio version',

Jenkinsfile.kindnightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ pipeline {
206206
)
207207
string(name: 'HELM_VERSION',
208208
description: 'Helm version',
209-
defaultValue: '3.8.1'
209+
defaultValue: '3.10.2'
210210
)
211211
choice(name: 'ISTIO_VERSION',
212212
description: 'Istio version',

Jenkinsfile.oke

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pipeline {
7474
)
7575
string(name: 'HELM_VERSION',
7676
description: 'Helm version',
77-
defaultValue: '3.7.2'
77+
defaultValue: '3.10.2'
7878
)
7979
string(name: 'ISTIO_VERSION',
8080
description: 'Other Possible Values 1.7.3, 1.8.1, 1.7.6',

0 commit comments

Comments
 (0)