feat: update compose and helm versions (#7536) [EE-3205]

pull/7643/head
Dmitry Salakhov 2022-09-09 11:26:56 +12:00 committed by GitHub
parent c9eaad6237
commit 160e210ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ module.exports = function (grunt) {
distdir: 'dist/public',
binaries: {
dockerVersion: 'v20.10.9',
dockerComposePluginVersion: 'v2.5.1',
helmVersion: 'v3.9.0',
dockerComposePluginVersion: 'v2.9.0',
helmVersion: 'v3.9.3',
komposeVersion: 'v1.22.0',
kubectlVersion: 'v1.24.1',
},