AppManager: Use dodo hosted repo for Helm charts
Change-Id: I236bd13907514ab3bced6c7353edc1b03b60b6ee
diff --git a/core/installer/values-tmpl/matrix.cue b/core/installer/values-tmpl/matrix.cue
index 3a1eee5..4cb0f0e 100644
--- a/core/installer/values-tmpl/matrix.cue
+++ b/core/installer/values-tmpl/matrix.cue
@@ -47,19 +47,19 @@
charts: {
oauth2Client: {
kind: "GitRepository"
- address: "https://github.com/giolekva/pcloud.git"
+ address: "https://code.v1.dodo.cloud/helm-charts"
branch: "main"
path: "charts/oauth2-client"
}
matrix: {
kind: "GitRepository"
- address: "https://github.com/giolekva/pcloud.git"
+ address: "https://code.v1.dodo.cloud/helm-charts"
branch: "main"
path: "charts/matrix"
}
postgres: {
kind: "GitRepository"
- address: "https://github.com/giolekva/pcloud.git"
+ address: "https://code.v1.dodo.cloud/helm-charts"
branch: "main"
path: "charts/postgresql"
}