chore: update n8n to 2.27.3
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: n8n
|
name: n8n
|
||||||
description: A Helm chart for n8n workflow automation on Kubernetes (ARM/Raspberry Pi ready)
|
description: A Helm chart for n8n workflow automation on Kubernetes (ARM/Raspberry Pi ready)
|
||||||
type: application
|
type: application
|
||||||
version: "2.26.3"
|
version: "2.27.3"
|
||||||
appVersion: "2.26.3"
|
appVersion: "2.27.3"
|
||||||
keywords:
|
keywords:
|
||||||
- n8n
|
- n8n
|
||||||
- workflow
|
- workflow
|
||||||
|
|||||||
@@ -237,6 +237,7 @@ helm upgrade my-n8n cafepieters/n8n \
|
|||||||
|
|
||||||
| バージョン | n8n | 変更内容 |
|
| バージョン | n8n | 変更内容 |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|
| 2.27.3 | 2.27.3 | 自動更新 |
|
||||||
| 2.26.3 | 2.26.3 | 自動更新ワークフロー修正(GitHub Releases + Docker Hub ハイブリッドソース) |
|
| 2.26.3 | 2.26.3 | 自動更新ワークフロー修正(GitHub Releases + Docker Hub ハイブリッドソース) |
|
||||||
| 2.22.2 | 2.22.2 | 自動更新 |
|
| 2.22.2 | 2.22.2 | 自動更新 |
|
||||||
| 2.21.3 | 2.21.3 | 自動更新 |
|
| 2.21.3 | 2.21.3 | 自動更新 |
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ replicaCount: 1
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: n8nio/n8n
|
repository: n8nio/n8n
|
||||||
tag: "2.26.3"
|
tag: "2.27.3"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|||||||
Reference in New Issue
Block a user