mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01:00
Enhance: Upgrade chartmuseum version
Upgrade chartmuseum version 0.12.0 Signed-off-by: DQ <dengq@vmware.com>
This commit is contained in:
parent
c10c04c5f7
commit
f7ffd991cc
2
Makefile
2
Makefile
@ -107,7 +107,7 @@ TRIVYVERSION=v0.6.0
|
|||||||
TRIVYADAPTERVERSION=v0.9.0
|
TRIVYADAPTERVERSION=v0.9.0
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -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.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
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user