From 5346001eda0d146a968b0df45e2e9de335066940 Mon Sep 17 00:00:00 2001 From: HDW Date: Sun, 19 Apr 2026 18:30:14 +0200 Subject: [PATCH] feat: initial bootstrap manifests for argocd and gitea --- bootstrap/root-app.yaml | 2 +- bootstrap/root-infra.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/root-app.yaml b/bootstrap/root-app.yaml index c16ff45..73169c3 100644 --- a/bootstrap/root-app.yaml +++ b/bootstrap/root-app.yaml @@ -9,7 +9,7 @@ metadata: spec: project: default source: - repoURL: 'http://gitea-service.gitea.svc.cluster.local:3000/hdw/cluster-state.git' + repoURL: 'http://gitea-http.gitea.svc.cluster.local:3000/hdw/cluster-state.git' path: apps targetRevision: HEAD directory: diff --git a/bootstrap/root-infra.yaml b/bootstrap/root-infra.yaml index 0c7c0a0..0060c4b 100644 --- a/bootstrap/root-infra.yaml +++ b/bootstrap/root-infra.yaml @@ -9,7 +9,7 @@ metadata: spec: project: default source: - repoURL: 'http://gitea-service.gitea.svc.cluster.local:3000/hdw/cluster-state.git' + repoURL: 'http://gitea-http.gitea.svc.cluster.local:3000/hdw/cluster-state.git' path: infrastructure targetRevision: HEAD directory: