From 5a4d9ed5b9b44056f1f4dd6ac337bc50f71f4a51 Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Tue, 3 Feb 2026 15:20:47 +0100 Subject: [PATCH] fix(07-01): use admin namespace for Gitea repository - Change repo URL to admin/taskplaner (repo created under admin user) - Update CI workflow image name to admin/taskplaner - Update repo secret documentation with correct path --- .gitea/workflows/build.yaml | 2 +- argocd/application.yaml | 4 ++-- argocd/repo-secret.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index fa36be2..b635abf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,7 +12,7 @@ on: env: REGISTRY: git.kube2.tricnet.de - IMAGE_NAME: tho/taskplaner + IMAGE_NAME: admin/taskplaner jobs: build: diff --git a/argocd/application.yaml b/argocd/application.yaml index a3f346d..a07f00a 100644 --- a/argocd/application.yaml +++ b/argocd/application.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: http://gitea-http.gitea.svc.cluster.local:3000/tho/taskplaner.git + repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/taskplaner.git targetRevision: HEAD path: helm/taskplaner helm: @@ -14,7 +14,7 @@ spec: - values.yaml parameters: - name: image.repository - value: git.kube2.tricnet.de/tho/taskplaner + value: git.kube2.tricnet.de/admin/taskplaner - name: ingress.enabled value: "true" - name: ingress.className diff --git a/argocd/repo-secret.yaml b/argocd/repo-secret.yaml index 9ebb3d1..abd3349 100644 --- a/argocd/repo-secret.yaml +++ b/argocd/repo-secret.yaml @@ -13,7 +13,7 @@ # argocd.argoproj.io/secret-type: repository # stringData: # type: git -# url: http://gitea-http.gitea.svc.cluster.local:3000/tho/taskplaner.git +# url: http://gitea-http.gitea.svc.cluster.local:3000/admin/taskplaner.git # username: admin # password: "$PASSWORD" # EOF