We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1c9a5 commit 09a0ce2Copy full SHA for 09a0ce2
1 file changed
_scripts/install.sh
@@ -3,6 +3,7 @@ set -eo pipefail
3
shopt -s expand_aliases
4
5
DRYCC_REGISTRY="${DRYCC_REGISTRY:-registry.drycc.cc}"
6
+CHARTS_URL=oci://registry.drycc.cc/$([ "$CHANNEL" == "stable" ] && echo charts || echo charts-testing)
7
8
# initArch discovers the architecture for this system.
9
init_arch() {
@@ -27,7 +28,6 @@ function clean_before_exit {
27
28
}
29
trap clean_before_exit EXIT
30
init_arch
-init_registry
31
32
function install_helm {
33
if [[ "${INSTALL_DRYCC_MIRROR}" == "cn" ]] ; then
0 commit comments