stacks/template/stacks/core/forgejo.yaml

28 lines
654 B
YAML
Raw Normal View History

2024-11-20 15:18:39 +01:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: forgejo
namespace: argocd
labels:
env: dev
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
destination:
name: in-cluster
namespace: gitea
sources:
2025-03-27 20:42:01 +01:00
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/forgejo-helm.git
2024-11-21 23:04:18 +01:00
path: .
2025-03-27 20:42:01 +01:00
targetRevision: v11.0.5-depends
2024-11-20 15:18:39 +01:00
helm:
valueFiles:
- $values/stacks/core/forgejo/values.yaml
- repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
2024-11-20 15:18:39 +01:00
targetRevision: HEAD
ref: values