apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: gitea namespace: argocd spec: project: default source: repoURL: https://dl.gitea.com/charts/ chart: gitea targetRevision: "*" helm: valueFiles: - $values/gitea/values.yaml sources: - repoURL: https://dl.gitea.com/charts/ chart: gitea targetRevision: "*" helm: valueFiles: - $values/gitea/values.yaml - repoURL: ssh://git@134.199.248.182:22/ryan/lunarfront-charts.git targetRevision: main ref: values destination: server: https://kubernetes.default.svc namespace: gitea syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true