feat(container): update image ghcr.io/n8n-io/n8n ( 2.6.2 ➔ 2.13.0 )#522
Merged
Aviator-Coding merged 1 commit intomainfrom Mar 18, 2026
Merged
feat(container): update image ghcr.io/n8n-io/n8n ( 2.6.2 ➔ 2.13.0 )#522Aviator-Coding merged 1 commit intomainfrom
Aviator-Coding merged 1 commit intomainfrom
Conversation
Contributor
Author
--- kubernetes/apps/selfhosted/n8n/app Kustomization: selfhosted/n8n HelmRelease: selfhosted/n8n
+++ kubernetes/apps/selfhosted/n8n/app Kustomization: selfhosted/n8n HelmRelease: selfhosted/n8n
@@ -67,13 +67,13 @@
WEBHOOK_URL: https://n8n-webhook...PLACEHOLDER_SECRET_DOMAIN../
envFrom:
- secretRef:
name: n8n-secret
image:
repository: ghcr.io/n8n-io/n8n
- tag: 2.6.2
+ tag: 2.13.0
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
--- kubernetes/apps/openclaw/homeops-claw Kustomization: openclaw/homeops-claw OpenClawInstance: openclaw/homeops-claw
+++ kubernetes/apps/openclaw/homeops-claw Kustomization: openclaw/homeops-claw OpenClawInstance: openclaw/homeops-claw
@@ -50,39 +50,23 @@
name: openclaw-skills-secret
gateway:
controlUiOrigins: []
existingSecret: openclaw-gateway-token
initContainers:
- args:
- - |
- set -e
- BASE="/home/openclaw/.openclaw"
- export PNPM_HOME="$BASE/pnpm"
- export PATH="$PNPM_HOME:$BASE/.local/bin:/usr/local/bin:/usr/bin:/bin"
-
- # gh CLI (extract from .deb)
- GH_VERSION="2.88.1"
- if [ ! -f "$BASE/.local/bin/gh" ]; then
- mkdir -p "$BASE/.local/bin" /tmp/gh-install
- curl -fsSL -o /tmp/gh-install/gh.deb \
- "https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.deb"
- dpkg-deb -x /tmp/gh-install/gh.deb /tmp/gh-install
- cp /tmp/gh-install/usr/bin/gh "$BASE/.local/bin/gh"
- rm -rf /tmp/gh-install
- echo "gh $GH_VERSION installed"
- else
- echo "gh already installed, skipping"
- fi
-
- # summarize (pnpm global to PVC)
- if ! command -v summarize >/dev/null 2>&1; then
- pnpm add -g @steipete/summarize
- echo "summarize installed"
- else
- echo "summarize already installed, skipping"
- fi
+ - "set -e\nBASE=\"/home/openclaw/.openclaw\"\nexport PNPM_HOME=\"$BASE/pnpm\"\n\
+ export PATH=\"$PNPM_HOME:$BASE/.local/bin:/usr/local/bin:/usr/bin:/bin\"\n\n\
+ # gh CLI (extract from .deb \u2014 avoids tarball redirect issues)\nGH_VERSION=\"\
+ 2.88.1\"\nif [ ! -f \"$BASE/.local/bin/gh\" ]; then\n mkdir -p \"$BASE/.local/bin\"\
+ \ /tmp/gh-install\n curl -fsSL -o /tmp/gh-install/gh.deb \\\n \"https://github.com/cli/cli/releases/download/v/gh__linux_amd64.deb\"\
+ \n dpkg-deb -x /tmp/gh-install/gh.deb /tmp/gh-install\n cp /tmp/gh-install/usr/bin/gh\
+ \ \"$BASE/.local/bin/gh\"\n rm -rf /tmp/gh-install\n echo \"gh installed\"\
+ \nelse\n echo \"gh already installed, skipping\"\nfi\n\n# summarize (pnpm global\
+ \ to PVC)\nif ! command -v summarize >/dev/null 2>&1; then\n pnpm add -g @steipete/summarize\n\
+ \ echo \"summarize installed\"\nelse\n echo \"summarize already installed,\
+ \ skipping\"\nfi\n"
command:
- /bin/sh
- -c
image: ghcr.io/openclaw/openclaw:latest
name: install-tools
volumeMounts: |
Contributor
Author
--- HelmRelease: selfhosted/n8n Deployment: selfhosted/n8n
+++ HelmRelease: selfhosted/n8n Deployment: selfhosted/n8n
@@ -101,13 +101,13 @@
value: '*'
- name: WEBHOOK_URL
value: https://n8n-webhook...PLACEHOLDER_SECRET_DOMAIN../
envFrom:
- secretRef:
name: n8n-secret
- image: ghcr.io/n8n-io/n8n:2.6.2
+ image: ghcr.io/n8n-io/n8n:2.13.0
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: 80
initialDelaySeconds: 10 |
a5a75f8 to
4305be4
Compare
4305be4 to
0ed7ea5
Compare
0ed7ea5 to
f2bfb1d
Compare
f2bfb1d to
034a57f
Compare
034a57f to
c216f99
Compare
c216f99 to
756143f
Compare
756143f to
8bf09fa
Compare
8bf09fa to
1f50a47
Compare
1f50a47 to
8c34ccb
Compare
8c34ccb to
1acb1dc
Compare
1acb1dc to
3f06153
Compare
3f06153 to
3824517
Compare
3824517 to
39409c2
Compare
39409c2 to
152a603
Compare
152a603 to
263ba6d
Compare
7eb513a to
995ac90
Compare
995ac90 to
73e6237
Compare
73e6237 to
7fd38ed
Compare
7fd38ed to
5771e13
Compare
5771e13 to
1520115
Compare
1520115 to
b07fbdf
Compare
Aviator-Coding
approved these changes
Mar 17, 2026
Owner
Aviator-Coding
left a comment
There was a problem hiding this comment.
🤖 Auto-approved: safe update
b07fbdf to
c0e01b3
Compare
| datasource | package | from | to | | ---------- | ------------------ | ----- | ------ | | docker | ghcr.io/n8n-io/n8n | 2.6.2 | 2.13.0 |
c0e01b3 to
e259199
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.6.2→2.13.0Release Notes
n8n-io/n8n (ghcr.io/n8n-io/n8n)
v2.13.0Bug Fixes
Features
v2.12.0Bug Fixes
message_changedevent subtype (#26414) (14b91ab)Features
--publishflag to n8n-node release command (#26688) (ec0cf13)v2.11.0Bug Fixes
arraySize(#26168) (a3d5937)shift+spacekey combo in canvas (#26169) (8803226)Features
execution:revealscope (#26252) (81ab10d)v2.10.0Bug Fixes
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.