diff --git a/.env.example b/.env.example index 4f10ced..a5a719d 100644 --- a/.env.example +++ b/.env.example @@ -189,7 +189,7 @@ RUN_N8N_IMPORT= # n8n version (used for both n8n and task runner images) # Update this when upgrading n8n to ensure runner version matches -N8N_VERSION=beta +N8N_VERSION=stable # Number of n8n worker-runner pairs to generate. # Each worker gets its own dedicated task runner sidecar. diff --git a/scripts/update_preview.sh b/scripts/update_preview.sh index 798aee1..730bd3d 100755 --- a/scripts/update_preview.sh +++ b/scripts/update_preview.sh @@ -79,8 +79,8 @@ check_image_update "caddy" "caddy:2-alpine" # Check n8n if profile is active if is_profile_active "n8n"; then log_subheader "n8n Services" - check_image_update "n8n" "docker.n8n.io/n8nio/n8n:${N8N_VERSION:-latest}" - check_image_update "n8n-runner" "n8nio/runners:${N8N_VERSION:-latest}" + check_image_update "n8n" "docker.n8n.io/n8nio/n8n:${N8N_VERSION:-stable}" + check_image_update "n8n-runner" "n8nio/runners:${N8N_VERSION:-stable}" fi # Check monitoring if profile is active