Merge pull request #12071 from ninjadq/upgrade_chartversion

Enhance: Upgrade chartmuseum version
This commit is contained in:
Daniel Jiang 2020-06-01 13:36:54 +08:00 committed by GitHub
commit 58894e9d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ TRIVYVERSION=v0.6.0
TRIVYADAPTERVERSION=v0.9.0
# 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.13.8 https://github.com/helm/chartmuseum v0.9.0 cmd/chartmuseum chartm"
echo "e.g: builder golang:1.13.8 github.com/helm/chartmuseum v0.12.0 cmd/chartmuseum chartm"
exit 1
}