From d2fd566f175b2eccc17404010575e3dd31df3f9f Mon Sep 17 00:00:00 2001 From: Gokhan Sari Date: Mon, 4 Nov 2024 15:02:24 +0300 Subject: [PATCH] Update n8n version to 1.65.2 --- charts/n8n/Chart.yaml | 4 ++-- charts/n8n/README.md | 4 ++-- charts/n8n/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/n8n/Chart.yaml b/charts/n8n/Chart.yaml index bd7b18a..9f2041f 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "1.63.4" +appVersion: "1.65.2" name: n8n description: An extendable workflow automation tool. type: application -version: 0.1.2 +version: 0.1.3 diff --git a/charts/n8n/README.md b/charts/n8n/README.md index 4a9656b..653bae3 100644 --- a/charts/n8n/README.md +++ b/charts/n8n/README.md @@ -1,6 +1,6 @@ # n8n -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.63.4](https://img.shields.io/badge/AppVersion-1.63.4-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.65.2](https://img.shields.io/badge/AppVersion-1.65.2-informational?style=flat-square) An extendable workflow automation tool. @@ -30,7 +30,7 @@ $ helm uninstall --namespace n8n n8n | env | object | `{}` | environment variables to be passed to n8n (see [docs](https://docs.n8n.io/hosting/configuration/environment-variables/)) | | image.pullPolicy | string | `"IfNotPresent"` | n8n image pull policy | | image.repository | string | `"docker.n8n.io/n8nio/n8n"` | n8n image repository | -| image.tag | string | `"1.63.4"` | n8n image tag | +| image.tag | string | `"1.65.2"` | n8n image tag | | ingress.annotations | object | `{}` | the ingress annotations | | ingress.enabled | bool | `false` | enable the ingress | | ingress.hosts | list | `[]` | the ingress host | diff --git a/charts/n8n/values.yaml b/charts/n8n/values.yaml index 602b905..101a0c7 100644 --- a/charts/n8n/values.yaml +++ b/charts/n8n/values.yaml @@ -8,7 +8,7 @@ image: # -- n8n image repository repository: docker.n8n.io/n8nio/n8n # -- n8n image tag - tag: 1.63.4 + tag: 1.65.2 ingress: # -- the ingress annotations annotations: {}