stacks/template/stacks/core/forgejo.yaml

28 lines
623 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:
2024-11-21 23:04:18 +01:00
- repoURL: https://code.forgejo.org/forgejo-helm/forgejo-helm.git
path: .
targetRevision: v10.1.1
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