diff --git a/clusters/cl01tl/manifests/n8n/DaemonSet-n8n-webhook.yaml b/clusters/cl01tl/manifests/n8n/DaemonSet-n8n-webhook.yaml index c630729d6..35080168a 100644 --- a/clusters/cl01tl/manifests/n8n/DaemonSet-n8n-webhook.yaml +++ b/clusters/cl01tl/manifests/n8n/DaemonSet-n8n-webhook.yaml @@ -87,7 +87,7 @@ spec: value: "false" - name: N8N_VERSION_NOTIFICATIONS_ENABLED value: "false" - image: ghcr.io/n8n-io/n8n:1.123.3 + image: ghcr.io/n8n-io/n8n:1.123.5 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 diff --git a/clusters/cl01tl/manifests/n8n/DaemonSet-n8n-worker.yaml b/clusters/cl01tl/manifests/n8n/DaemonSet-n8n-worker.yaml index 629a8f2c7..668253227 100644 --- a/clusters/cl01tl/manifests/n8n/DaemonSet-n8n-worker.yaml +++ b/clusters/cl01tl/manifests/n8n/DaemonSet-n8n-worker.yaml @@ -89,7 +89,7 @@ spec: name: n8n-config-secret - name: WEBHOOK_URL value: https://n8n.alexlebens.net/ - image: ghcr.io/n8n-io/n8n:1.123.3 + image: ghcr.io/n8n-io/n8n:1.123.5 imagePullPolicy: IfNotPresent name: main resources: diff --git a/clusters/cl01tl/manifests/n8n/Deployment-n8n-main.yaml b/clusters/cl01tl/manifests/n8n/Deployment-n8n-main.yaml index 8d8ac5f55..ea6dc1592 100644 --- a/clusters/cl01tl/manifests/n8n/Deployment-n8n-main.yaml +++ b/clusters/cl01tl/manifests/n8n/Deployment-n8n-main.yaml @@ -79,7 +79,7 @@ spec: name: n8n-config-secret - name: WEBHOOK_URL value: https://n8n.alexlebens.net/ - image: ghcr.io/n8n-io/n8n:1.123.3 + image: ghcr.io/n8n-io/n8n:1.123.5 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3