fix(download-plugin): Image name not available when using watchtower or similar (#6225)

* make plugin version 1.0.22 and correct download-file name

* updated to v2.0.0-rc.2

* rollback download_docker_compose_binary.sh
pull/6270/head
Chao Geng 2022-01-10 10:07:46 +08:00 committed by GitHub
parent 0b62a3d664
commit 4e77d2d772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module.exports = function (grunt) {
dockerWindowsVersion: '19-03-12',
dockerLinuxComposeVersion: '1.27.4',
dockerWindowsComposeVersion: '1.28.0',
dockerComposePluginVersion: '2.0.0-beta.6',
dockerComposePluginVersion: '2.0.0-rc.2',
helmVersion: 'v3.6.3',
komposeVersion: 'v1.22.0',
kubectlVersion: 'v1.18.0',