Enhance: Upgrade chartmuseum version

Upgrade chartmuseum version 0.12.0

Signed-off-by: DQ <dengq@vmware.com>
This commit is contained in:
DQ 2020-05-26 15:24:11 +08:00
parent 83bbdca166
commit f42a43e495
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@ set +e
usage(){ usage(){
echo "Usage: builder <golang image:version> <code path> <code release tag> <main.go path> <binary name>" 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 exit 1
} }