From 208b7f4cb0e21616918e9bcef1ce2d8790f1f55f Mon Sep 17 00:00:00 2001 From: Shengwen YU Date: Tue, 28 Mar 2023 17:16:17 +0800 Subject: [PATCH] fix: add remove chartmuseum notice message (#18426) Co-authored-by: Wang Yan Co-authored-by: Orlix --- make/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/install.sh b/make/install.sh index dd327d9f60..80a9c2e942 100755 --- a/make/install.sh +++ b/make/install.sh @@ -9,7 +9,8 @@ set +o noglob usage=$'Please set hostname and other necessary attributes in harbor.yml first. DO NOT use localhost or 127.0.0.1 for hostname, because Harbor needs to be accessed by external clients. Please set --with-notary if needs enable Notary in Harbor, and set ui_url_protocol/ssl_cert/ssl_cert_key in harbor.yml bacause notary must run under https. -Please set --with-trivy if needs enable Trivy in Harbor' +Please set --with-trivy if needs enable Trivy in Harbor. +Please do NOT set --with-chartmuseum, as chartmusuem has been deprecated and removed.' item=0 # notary is not enabled by default