Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/apps/n8n/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
value: app-template@4.6.2
- name: Image
# renovate: datasource=docker depName=ghcr.io/n8n-io/n8n
value: ghcr.io/n8n-io/n8n:2.37.1@sha256:303088e67eb9b545253de11d7ad8a1074e781abe018565fe6fccb05278371178
value: ghcr.io/n8n-io/n8n:2.37.4@sha256:3ef785400f1a03361584e5533a2e3eb72de56311fd4dc996ac4031a7fdede8bc

syncPolicy:
syncOptions:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/n8n/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ controllers:
app:
image:
repository: ghcr.io/n8n-io/n8n
tag: 2.37.1@sha256:303088e67eb9b545253de11d7ad8a1074e781abe018565fe6fccb05278371178
tag: 2.37.4@sha256:3ef785400f1a03361584e5533a2e3eb72de56311fd4dc996ac4031a7fdede8bc
env:
DB_SQLITE_VACUUM_ON_STARTUP: true
EXECUTIONS_DATA_PRUNE: true
Expand Down