refactor: remove N8N_VERSION env variable, hardcode stable

This commit is contained in:
Yury Kossakovsky
2025-12-15 10:06:13 -07:00
parent b4dbead6f3
commit 3134eee354
7 changed files with 4 additions and 32 deletions

View File

@@ -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:-stable}"
check_image_update "n8n-runner" "n8nio/runners:${N8N_VERSION:-stable}"
check_image_update "n8n" "docker.n8n.io/n8nio/n8n:stable"
check_image_update "n8n-runner" "n8nio/runners:stable"
fi
# Check monitoring if profile is active