diff --git a/clusters/cl01tl/platform/n8n/values.yaml b/clusters/cl01tl/platform/n8n/values.yaml index 566990080..67190385c 100644 --- a/clusters/cl01tl/platform/n8n/values.yaml +++ b/clusters/cl01tl/platform/n8n/values.yaml @@ -93,7 +93,7 @@ n8n: main: image: repository: ghcr.io/n8n-io/n8n - tag: 1.114.0 + tag: 1.115.0 pullPolicy: IfNotPresent command: - n8n @@ -245,7 +245,7 @@ n8n: value: false probes: liveness: - enabled: false + enabled: true custom: true spec: httpGet: @@ -256,7 +256,7 @@ n8n: timeoutSeconds: 1 failureThreshold: 3 readiness: - enabled: false + enabled: true custom: true spec: httpGet: