1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

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

This commit is contained in:
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

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',
},