From 4c198278fa3c756f6cf8754386bf543419ea06d0 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 22:13:03 +0900 Subject: [PATCH] CHORE(tekton): migrate repoURL to Gitea - Update pipeline ArgoCD repoURL to github0213.com - Update triggers ArgoCD repoURL to github0213.com - Update dashboard ArgoCD repoURL to github0213.com - Update ci-cd ArgoCD repoURL to github0213.com --- tekton/ci-cd/argocd.yaml | 2 +- tekton/dashboard/argocd.yaml | 2 +- tekton/pipeline/argocd.yaml | 2 +- tekton/triggers/argocd.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tekton/ci-cd/argocd.yaml b/tekton/ci-cd/argocd.yaml index 2e98365..43ed53d 100644 --- a/tekton/ci-cd/argocd.yaml +++ b/tekton/ci-cd/argocd.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/K3S-HOME/platform.git + repoURL: https://github0213.com/K3S-HOME/platform.git targetRevision: main path: tekton/ci-cd/manifests destination: diff --git a/tekton/dashboard/argocd.yaml b/tekton/dashboard/argocd.yaml index 8d1d619..5a0ef16 100644 --- a/tekton/dashboard/argocd.yaml +++ b/tekton/dashboard/argocd.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/K3S-HOME/platform.git + repoURL: https://github0213.com/K3S-HOME/platform.git targetRevision: main path: tekton/dashboard destination: diff --git a/tekton/pipeline/argocd.yaml b/tekton/pipeline/argocd.yaml index 0eac2dc..9f7cea0 100644 --- a/tekton/pipeline/argocd.yaml +++ b/tekton/pipeline/argocd.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/K3S-HOME/platform.git + repoURL: https://github0213.com/K3S-HOME/platform.git targetRevision: main path: tekton/pipeline destination: diff --git a/tekton/triggers/argocd.yaml b/tekton/triggers/argocd.yaml index f86bfd9..00da38b 100644 --- a/tekton/triggers/argocd.yaml +++ b/tekton/triggers/argocd.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/K3S-HOME/platform.git + repoURL: https://github0213.com/K3S-HOME/platform.git targetRevision: main path: tekton/triggers destination: