Skip to content

Commit 878291e

Browse files
Replace deprecated twuni helm url (#4234)
* Replace deprecated twuni helm url * Replace deprecated twuni helm url
1 parent 269b765 commit 878291e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/deploy-on-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

scripts/installer/install-korifi-kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
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
#

0 commit comments

Comments
 (0)