Point issue-core ArgoCD Application at Forgejo Git source
ArgoCD was still tracking gitea.coulomb.social, which lags Forgejo after the registry migration. Sync issue-core workload manifests from forgejo.coulomb.social so backend ConfigMap updates land on CoulombCore. Also allow forgejo.coulomb.social in railiance-tenants AppProject sourceRepos.
This commit is contained in:
parent
c3e1525821
commit
60447e8b0a
3 changed files with 3 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: railiance-tenants
|
project: railiance-tenants
|
||||||
source:
|
source:
|
||||||
repoURL: https://gitea.coulomb.social/coulomb/issue-core.git
|
repoURL: https://forgejo.coulomb.social/coulomb/issue-core.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: k8s/railiance
|
path: k8s/railiance
|
||||||
destination:
|
destination:
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ spec:
|
||||||
description: Guardrails for Railiance tenant applications deployed by ArgoCD.
|
description: Guardrails for Railiance tenant applications deployed by ArgoCD.
|
||||||
sourceRepos:
|
sourceRepos:
|
||||||
- https://gitea.coulomb.social/coulomb/*.git
|
- https://gitea.coulomb.social/coulomb/*.git
|
||||||
|
- https://forgejo.coulomb.social/coulomb/*.git
|
||||||
destinations:
|
destinations:
|
||||||
- server: https://kubernetes.default.svc
|
- server: https://kubernetes.default.svc
|
||||||
namespace: "*"
|
namespace: "*"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ metadata:
|
||||||
stringData:
|
stringData:
|
||||||
type: git
|
type: git
|
||||||
project: railiance-tenants
|
project: railiance-tenants
|
||||||
url: https://gitea.coulomb.social/coulomb/issue-core.git
|
url: https://forgejo.coulomb.social/coulomb/issue-core.git
|
||||||
username: CHANGE_ME
|
username: CHANGE_ME
|
||||||
password: CHANGE_ME
|
password: CHANGE_ME
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue