updated cnpg app

This commit is contained in:
kisfenyo
2025-12-27 15:25:59 +01:00
parent 05cbc3dc3b
commit ebf41103f7
+13 -1
View File
@@ -462,7 +462,6 @@ spec:
- CreateNamespace=true
- PruneLast=true
---
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
@@ -470,17 +469,30 @@ metadata:
namespace: argocd
spec:
project: default
source:
repoURL: https://cloudnative-pg.github.io/charts
chart: cloudnative-pg
targetRevision: 0.27.0
helm:
releaseName: cnpg
destination:
server: https://kubernetes.default.svc
namespace: cnpg-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- Replace=true # Important for CRDs
- ServerSideApply=true # Better for CRDs
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
---