1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(packages): upgrade packages [EE-5147] (#8658)

* upgrade packages

* update eksctl to match ee

* update helm to latest
This commit is contained in:
Matt Hook 2023-04-20 13:31:29 +12:00 committed by GitHub
parent de953da5a4
commit 3c26aa8f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

View file

@ -28,8 +28,8 @@ module.exports = function (grunt) {
binaries: {
dockerVersion: 'v20.10.21',
dockerComposePluginVersion: 'v2.17.2',
helmVersion: 'v3.11.0',
kubectlVersion: 'v1.24.1',
helmVersion: 'v3.11.3',
kubectlVersion: 'v1.26.3',
},
env: gruntConfig.env,
clean: gruntConfig.clean,