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
7 changes: 7 additions & 0 deletions src/data/playground-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4325,6 +4325,13 @@ export const chartConfigs: Record<string, ChartConfig> = {
{
name: 'General',
fields: [
{
label: 'Image Tag',
key: 'image.tag',
type: 'text',
default: '2.29.7',
description: 'Pinned n8n image tag',
},
{
label: 'Webhook URL',
key: 'n8n.webhookUrl',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/charts/n8n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ backup:
| Parameter | Type | Default | Description |
| ------------------ | ------ | --------------------- | -------------------- |
| `image.repository` | string | `docker.io/n8nio/n8n` | n8n container image. |
| `image.tag` | string | `"2.22.3"` | Image tag. |
| `image.tag` | string | `"2.29.7"` | Image tag. |
| `image.pullPolicy` | string | `IfNotPresent` | Image pull policy. |

### n8n Configuration
Expand Down
1 change: 1 addition & 0 deletions src/pages/playground.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const siteSyncPlaygroundConfigs: Record<string, string> = {
memos: 'src/data/playground-configs.ts',
'metrics-server': 'src/data/playground-configs.ts',
minecraft: 'src/data/playground-configs.ts',
n8n: 'src/data/playground-configs.ts',
notediscovery: 'src/data/playground-configs.ts',
'oauth2-proxy': 'src/data/playground-configs.ts',
opencut: 'src/data/playground-configs.ts',
Expand Down