File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ function ensure_local_registry() {
9797 return
9898 fi
9999
100- helm repo add twuni https://helm.twun .io
100+ helm repo add twuni https://twuni.github .io/docker-registry.helm
101101 # the htpasswd value below is username: user, password: password encoded using `htpasswd` binary
102102 # e.g. `docker run --entrypoint htpasswd httpd:2 -Bbn user password`
103103 helm upgrade --install localregistry twuni/docker-registry \
Original file line number Diff line number Diff line change 7777
7878 scripts/install-dependencies.sh --insecure-tls-metrics-server
7979
80- helm repo add twuni https://helm.twun .io
80+ helm repo add twuni https://twuni.github .io/docker-registry.helm
8181 # the htpasswd value below is username: user, password: password encoded using `htpasswd` binary
8282 # e.g. `docker run --entrypoint htpasswd httpd:2 -Bbn user password`
8383 #
You can’t perform that action at this time.
0 commit comments