apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: baikal namespace: argocd spec: project: my-apps source: repoURL: oci://tccr.io/truecharts/baikal targetRevision: 14.0.2 # example version from ArtifactHub helm: valueFiles: - manifests/baikal/values.yaml destination: server: https://kubernetes.default.svc namespace: my-apps syncPolicy: automated: prune: true selfHeal: true