We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae2dd1 commit 6f1c9a5Copy full SHA for 6f1c9a5
1 file changed
_scripts/install.sh
@@ -326,7 +326,7 @@ function install_catalog() {
326
echo -e "\\033[32m--->Start installing catalog...\\033[0m"
327
helm install catalog $CHARTS_URL/catalog \
328
--set asyncBindingOperationsEnabled=true \
329
- --set image=docker.io/drycc/service-catalog:canary \
+ --set image=registry.drycc.cc/drycc-addons/service-catalog:canary \
330
--namespace catalog \
331
--create-namespace --wait
332
echo -e "\\033[32m---> Catalog installed!\\033[0m"
0 commit comments