From 5226446a1eeaa2c128377b1fa6bef231b8594aba Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 6 Oct 2025 23:10:35 -0500 Subject: [PATCH] disable --- clusters/cl01tl/platform/n8n/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: