diff --git a/apps/0-project-and-root.yaml b/apps/0-project-and-root.yaml index 6b713eb..ff9b9a8 100644 --- a/apps/0-project-and-root.yaml +++ b/apps/0-project-and-root.yaml @@ -27,7 +27,7 @@ spec: namespace: ai source: repoURL: https://git.ion606.com/ion606/ollama-plus - targetRevision: argo + targetRevision: argo-no-ingress path: apps/children syncPolicy: automated: diff --git a/apps/argo-templates.yaml b/apps/argo-templates.yaml index dbf18fe..4ac3f12 100644 --- a/apps/argo-templates.yaml +++ b/apps/argo-templates.yaml @@ -10,7 +10,7 @@ spec: namespace: argo source: repoURL: https://git.ion606.com/ion606/ollama-plus - targetRevision: main + targetRevision: argo-no-ingress path: apps/argo-templates syncPolicy: automated: diff --git a/apps/children/browser.yaml b/apps/children/browser.yaml index 0f655a9..cefd60d 100644 --- a/apps/children/browser.yaml +++ b/apps/children/browser.yaml @@ -10,7 +10,7 @@ spec: namespace: ai source: repoURL: https://git.ion606.com/ion606/ollama-plus.git - targetRevision: main + targetRevision: argo-no-ingress path: manifests/browser syncPolicy: automated: diff --git a/apps/children/coderunner.yaml b/apps/children/coderunner.yaml index d98bde8..fbc0491 100644 --- a/apps/children/coderunner.yaml +++ b/apps/children/coderunner.yaml @@ -12,7 +12,7 @@ spec: namespace: ai source: repoURL: https://git.ion606.com/ion606/ollama-plus - targetRevision: main + targetRevision: argo-no-ingress path: manifests/coderunner syncPolicy: automated: diff --git a/apps/children/debug.yaml b/apps/children/debug.yaml index 98a51c7..3485fca 100644 --- a/apps/children/debug.yaml +++ b/apps/children/debug.yaml @@ -12,7 +12,7 @@ spec: namespace: ai source: repoURL: https://git.ion606.com/ion606/ollama-plus - targetRevision: main + targetRevision: argo-no-ingress path: manifests/debug syncPolicy: automated: diff --git a/apps/children/kustomization.yaml b/apps/children/kustomization.yaml index 270b9fb..a8fc55a 100644 --- a/apps/children/kustomization.yaml +++ b/apps/children/kustomization.yaml @@ -21,7 +21,7 @@ generatorOptions: configMapGenerator: - name: ollama-plus-revs literals: - - targetRevision=argo + - targetRevision=argo-no-ingress # Inject targetRevision from the ConfigMap into apps (kill me) replacements: diff --git a/apps/children/ollama-scheduler.yaml b/apps/children/ollama-scheduler.yaml index e34f886..ed3a5cc 100644 --- a/apps/children/ollama-scheduler.yaml +++ b/apps/children/ollama-scheduler.yaml @@ -12,7 +12,7 @@ spec: namespace: argo source: repoURL: https://git.ion606.com/ion606/ollama-plus - targetRevision: main + targetRevision: argo-no-ingress path: manifests/argo-schedules-api syncPolicy: automated: diff --git a/apps/children/policy-argo.yaml b/apps/children/policy-argo.yaml index 234fda2..3bb7f9d 100644 --- a/apps/children/policy-argo.yaml +++ b/apps/children/policy-argo.yaml @@ -12,7 +12,7 @@ spec: namespace: argo source: repoURL: https://git.ion606.com/ion606/ollama-plus - targetRevision: main + targetRevision: argo-no-ingress path: manifests/policy-argo syncPolicy: automated: diff --git a/apps/children/policy.yaml b/apps/children/policy.yaml index 82ba538..7e86a0a 100644 --- a/apps/children/policy.yaml +++ b/apps/children/policy.yaml @@ -12,7 +12,7 @@ spec: namespace: ai source: repoURL: https://git.ion606.com/ion606/ollama-plus - targetRevision: main + targetRevision: argo-no-ingress path: manifests/policy syncPolicy: automated: diff --git a/apps/children/rag-server.yaml b/apps/children/rag-server.yaml index 3594237..5c00e20 100644 --- a/apps/children/rag-server.yaml +++ b/apps/children/rag-server.yaml @@ -12,7 +12,7 @@ spec: namespace: ai source: repoURL: https://git.ion606.com/ion606/ollama-plus - targetRevision: main + targetRevision: argo-no-ingress path: manifests/rag-server syncPolicy: automated: diff --git a/apps/children/tools.yaml b/apps/children/tools.yaml index 6d67871..08a6751 100644 --- a/apps/children/tools.yaml +++ b/apps/children/tools.yaml @@ -12,7 +12,7 @@ spec: namespace: ai source: repoURL: https://git.ion606.com/ion606/ollama-plus - targetRevision: main + targetRevision: argo-no-ingress path: manifests/tools syncPolicy: automated: