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