Merge pull request #12069 from ninjadq/upgrade_chartversion_1_10

Enhance: Upgrade chartmuseum version
This commit is contained in:
Daniel Jiang 2020-05-27 16:41:15 +08:00 committed by GitHub
commit 8dfc5ef185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ NOTARYMIGRATEVERSION=v3.5.4
CLAIRADAPTERVERSION=v1.0.1
# version of chartmuseum
CHARTMUSEUMVERSION=v0.9.0
CHARTMUSEUMVERSION=v0.12.0
# version of registry for pulling the source code
REGISTRY_SRC_TAG=v2.7.1

View File

@ -4,7 +4,7 @@ set +e
usage(){
echo "Usage: builder <golang image:version> <code path> <code release tag> <main.go path> <binary name>"
echo "e.g: builder golang:1.11.2 github.com/helm/chartmuseum v0.9.0 cmd/chartmuseum chartm"
echo "e.g: builder golang:1.11.2 github.com/helm/chartmuseum v0.12.0 cmd/chartmuseum chartm"
exit 1
}