Skip to content
Open
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 n8n/deployment/helm-charts/zumba/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
n8n:
image:
repository: docker.n8n.io/n8nio/n8n
tag: "2.20.0"
tag: "2.20.6"
pullPolicy: IfNotPresent

# Default resources - override per environment
Expand Down
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
retries: 5

n8n:
image: docker.n8n.io/n8nio/n8n:2.20.0
image: docker.n8n.io/n8nio/n8n:2.20.6
restart: unless-stopped
ports:
- "5678:5678"
Expand Down