diff --git a/app-files/apps.yaml b/app-files/apps.yaml index 8acde18..78e4f68 100644 --- a/app-files/apps.yaml +++ b/app-files/apps.yaml @@ -16,6 +16,7 @@ spec: syncPolicy: automated: prune: false + selfHeal: true --- #apiVersion: argoproj.io/v1alpha1 #kind: Application @@ -67,6 +68,7 @@ spec: - CreateNamespace=true automated: prune: true + selfHeal: true --- apiVersion: argoproj.io/v1alpha1 kind: Application @@ -87,6 +89,7 @@ spec: - CreateNamespace=true automated: prune: true + selfHeal: true --- apiVersion: argoproj.io/v1alpha1 kind: Application @@ -107,6 +110,7 @@ spec: - CreateNamespace=true automated: prune: true + selfHeal: true --- apiVersion: argoproj.io/v1alpha1 kind: Application @@ -118,7 +122,7 @@ spec: sources: - chart: cloudnative-pg repoURL: https://cloudnative-pg.io/charts - targetRevision: 0.23.2 + targetRevision: 0.24.0 helm: releaseName: cloudnative-pg destination: @@ -128,4 +132,5 @@ spec: syncOptions: - CreateNamespace=true automated: - prune: false + prune: true + selfHeal: true