We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3af31 commit 7e2fde3Copy full SHA for 7e2fde3
1 file changed
_scripts/install.sh
@@ -324,9 +324,9 @@ EOF
324
325
function install_helmbroker {
326
if [[ "${INSTALL_DRYCC_MIRROR}" == "cn" ]] ; then
327
- addons_url="https://github.com/drycc/addons/releases/download/latest/index.yaml"
+ addons_url="https://github.com/drycc-addons/addons/releases/download/latest/index.yaml"
328
else
329
+ addons_url="https://github.com/drycc-addons/addons/releases/download/latest/index.yaml"
330
fi
331
HELMBROKER_USERNAME=$(cat /proc/sys/kernel/random/uuid)
332
HELMBROKER_PASSWORD=$(cat /proc/sys/kernel/random/uuid)
0 commit comments