apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: harbor namespace: argocd annotations: argocd.argoproj.io/sync-wave: "1" spec: project: default sources: - repoURL: https://helm.goharbor.io chart: harbor targetRevision: "1.16.0" # TODO: verify latest via `helm search repo harbor/harbor --versions` helm: valueFiles: - $values/manifests/harbor/values.yaml - repoURL: https://gitea.fireflylab.cc/duynguyen/cluster-platform.git targetRevision: main ref: values destination: server: https://kubernetes.default.svc namespace: harbor syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true