AppManager: Use dodo hosted repo for Helm charts
Change-Id: I236bd13907514ab3bced6c7353edc1b03b60b6ee
diff --git a/core/installer/values-tmpl/ingress-public.cue b/core/installer/values-tmpl/ingress-public.cue
index e675fc9..abb2439 100644
--- a/core/installer/values-tmpl/ingress-public.cue
+++ b/core/installer/values-tmpl/ingress-public.cue
@@ -28,13 +28,13 @@
charts: {
ingressNginx: {
kind: "GitRepository"
- address: "https://github.com/giolekva/pcloud.git"
+ address: "https://code.v1.dodo.cloud/helm-charts"
branch: "main"
path: "charts/ingress-nginx"
}
portAllocator: {
kind: "GitRepository"
- address: "https://github.com/giolekva/pcloud.git"
+ address: "https://code.v1.dodo.cloud/helm-charts"
branch: "main"
path: "charts/port-allocator"
}