apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: forgejo-server namespace: argocd labels: env: dev spec: project: default syncPolicy: automated: selfHeal: true syncOptions: - CreateNamespace=true retry: limit: -1 destination: name: in-cluster namespace: gitea sources: - repoURL: https://code.forgejo.org/forgejo-helm/forgejo-helm.git path: . targetRevision: v12.0.0 helm: valueFiles: - $values/otc/dev.t09.de/stacks/forgejo/forgejo-server/values.yaml - repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances targetRevision: HEAD ref: values - repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances targetRevision: HEAD path: "otc/dev.t09.de/stacks/forgejo/forgejo-server/manifests"