From 8cb2c8e37cc100fb7506a08c25ce09598f9664ec Mon Sep 17 00:00:00 2001 From: titver968 Date: Mon, 20 Oct 2025 12:50:10 +0200 Subject: [PATCH] plane new version --- argocd/apps/plane/values-plane.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index 75a95d6..03f5ed2 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -12,12 +12,6 @@ spec: jsonPointers: - /metadata/creationTimestamp - # Jobs KOMPLETT ignorieren - alle Felder - - group: batch - kind: Job - jqPathExpressions: - - . - # StatefulSets - verschiedene dynamische Felder - group: apps kind: StatefulSet @@ -30,9 +24,8 @@ spec: source: repoURL: 'https://helm.plane.so/' chart: 'plane-ce' - targetRevision: 1.*.* + targetRevision: 1.3.1 helm: - skipCrds: false values: | ingress: @@ -72,6 +65,5 @@ spec: prune: true syncOptions: - CreateNamespace=true - - RespectIgnoreDifferences=true - - PruneLast=true - - ApplyOutOfSyncOnly=true \ No newline at end of file + - ServerSideApply=true + - PruneLast=true \ No newline at end of file