mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 19:56:09 +01:00
add deprecation msg for chartmsuem and notary (#17398)
Signed-off-by: yminer <yminer@vmware.com> adjust msg adjust typo adjust
This commit is contained in:
parent
24d60eb119
commit
a272158023
@ -99,6 +99,20 @@ fi
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
h2 "[Step $item]: starting Harbor ..."
|
h2 "[Step $item]: starting Harbor ..."
|
||||||
|
if [ $with_chartmuseum ]
|
||||||
|
then
|
||||||
|
warn "
|
||||||
|
Chartmusuem will be deprecated as of Harbor v2.6.0 and start to be removed in v2.8.0 or later.
|
||||||
|
Please see discussion here for more details. https://github.com/goharbor/harbor/discussions/15057"
|
||||||
|
fi
|
||||||
|
if [ $with_notary ]
|
||||||
|
then
|
||||||
|
warn "
|
||||||
|
Notary will be deprecated as of Harbor v2.6.0 and start to be removed in v2.8.0 or later.
|
||||||
|
You can use cosign for signature instead since Harbor v2.5.0.
|
||||||
|
Please see discussion here for more details. https://github.com/goharbor/harbor/discussions/16612"
|
||||||
|
fi
|
||||||
|
|
||||||
$DOCKER_COMPOSE up -d
|
$DOCKER_COMPOSE up -d
|
||||||
|
|
||||||
success $"----Harbor has been installed and started successfully.----"
|
success $"----Harbor has been installed and started successfully.----"
|
||||||
|
Loading…
Reference in New Issue
Block a user