Skip to content

Commit 029fa2f

Browse files
authored
fix: deprecated docker registry helm url (#155)
1 parent f90e679 commit 029fa2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main-setup.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ resource "helm_release" "docker_registry" {
207207

208208
name = "docker-registry"
209209
chart = "docker-registry"
210-
repository = "https://helm.twun.io"
210+
repository = "https://twuni.github.io/docker-registry.helm"
211211
namespace = "kube-system"
212212
version = "3.0.0"
213213
wait = true

0 commit comments

Comments
 (0)