From 13680d481176c23842da737181b5330eac74581c Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Tue, 14 Apr 2026 18:50:07 +0000 Subject: [PATCH] ci: update n8n image to d171ce68 [skip ci] --- n8n/deployment-n8n.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/n8n/deployment-n8n.yaml b/n8n/deployment-n8n.yaml index 5b97a31..7f6e6b5 100644 --- a/n8n/deployment-n8n.yaml +++ b/n8n/deployment-n8n.yaml @@ -52,8 +52,8 @@ spec: value: sqlite - name: DB_SQLITE_DATABASE value: /home/node/.n8n/database.sqlite - image: n8nio/n8n:latest - imagePullPolicy: Always + image: git.chemavx.xyz/chemavx/n8n:d171ce68 + imagePullPolicy: IfNotPresent name: n8n ports: - containerPort: 5678