From 5e717ff9b130c95340c3a4c01a4661141bb42d99 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 20:43:23 +0900 Subject: [PATCH] migrate: change repoURLs from GitHub to Gitea Update all ArgoCD Application references to use Gitea (github0213.com) instead of GitHub for K3S-HOME/security repository. Co-Authored-By: Claude Opus 4.5 --- application.yaml | 2 +- authelia/argocd.yaml | 4 ++-- cert-manager/argocd.yaml | 4 ++-- external-secrets/argocd.yaml | 4 ++-- falco/argocd.yaml | 4 ++-- vault/argocd.yaml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/application.yaml b/application.yaml index 97223ca..8f2fadb 100644 --- a/application.yaml +++ b/application.yaml @@ -9,7 +9,7 @@ spec: project: default source: - repoURL: https://github.com/K3S-HOME/security.git + repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main path: . diff --git a/authelia/argocd.yaml b/authelia/argocd.yaml index d7b731d..9db04e0 100644 --- a/authelia/argocd.yaml +++ b/authelia/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/authelia/helm-values.yaml - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main ref: values - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main path: authelia destination: diff --git a/cert-manager/argocd.yaml b/cert-manager/argocd.yaml index 497a12e..9541fa1 100644 --- a/cert-manager/argocd.yaml +++ b/cert-manager/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/cert-manager/helm-values.yaml - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main ref: values - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main path: cert-manager destination: diff --git a/external-secrets/argocd.yaml b/external-secrets/argocd.yaml index 6bea50d..0567f03 100644 --- a/external-secrets/argocd.yaml +++ b/external-secrets/argocd.yaml @@ -21,10 +21,10 @@ spec: helm: valueFiles: - $values/external-secrets/helm-values.yaml - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main ref: values - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main path: external-secrets/manifests destination: diff --git a/falco/argocd.yaml b/falco/argocd.yaml index e49ec20..a80f948 100644 --- a/falco/argocd.yaml +++ b/falco/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/falco/helm-values.yaml - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main ref: values - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main path: falco kustomize: {} diff --git a/vault/argocd.yaml b/vault/argocd.yaml index 83ee33a..730eac4 100644 --- a/vault/argocd.yaml +++ b/vault/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/vault/helm-values.yaml - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main ref: values - - repoURL: https://github.com/K3S-HOME/security.git + - repoURL: https://github0213.com/K3S-HOME/security.git targetRevision: main path: vault destination: