plane new version

This commit is contained in:
titver968
2025-10-20 12:50:10 +02:00
parent 8638dbcd15
commit 8cb2c8e37c

View File

@@ -12,12 +12,6 @@ spec:
jsonPointers: jsonPointers:
- /metadata/creationTimestamp - /metadata/creationTimestamp
# Jobs KOMPLETT ignorieren - alle Felder
- group: batch
kind: Job
jqPathExpressions:
- .
# StatefulSets - verschiedene dynamische Felder # StatefulSets - verschiedene dynamische Felder
- group: apps - group: apps
kind: StatefulSet kind: StatefulSet
@@ -30,9 +24,8 @@ spec:
source: source:
repoURL: 'https://helm.plane.so/' repoURL: 'https://helm.plane.so/'
chart: 'plane-ce' chart: 'plane-ce'
targetRevision: 1.*.* targetRevision: 1.3.1
helm: helm:
skipCrds: false
values: | values: |
ingress: ingress:
@@ -72,6 +65,5 @@ spec:
prune: true prune: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- RespectIgnoreDifferences=true - ServerSideApply=true
- PruneLast=true - PruneLast=true
- ApplyOutOfSyncOnly=true