Skip to content

Commit 6f1c9a5

Browse files
committed
fix(workflow): service-catalog link
1 parent eae2dd1 commit 6f1c9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function install_catalog() {
326326
echo -e "\\033[32m--->Start installing catalog...\\033[0m"
327327
helm install catalog $CHARTS_URL/catalog \
328328
--set asyncBindingOperationsEnabled=true \
329-
--set image=docker.io/drycc/service-catalog:canary \
329+
--set image=registry.drycc.cc/drycc-addons/service-catalog:canary \
330330
--namespace catalog \
331331
--create-namespace --wait
332332
echo -e "\\033[32m---> Catalog installed!\\033[0m"

0 commit comments

Comments
 (0)