diff --git a/charts/n8n/Chart.yaml b/charts/n8n/Chart.yaml index 4cd618a..b81de6d 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "1.71.1" +appVersion: "1.71.3" description: An extendable workflow automation tool. name: n8n type: application -version: 0.1.7 +version: 0.1.8 diff --git a/charts/n8n/README.md b/charts/n8n/README.md index 75be89e..1271da7 100644 --- a/charts/n8n/README.md +++ b/charts/n8n/README.md @@ -1,8 +1,8 @@ # n8n [![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)](#) -[![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square)](#) -[![AppVersion: 1.71.1](https://img.shields.io/badge/AppVersion-1.71.1-informational?style=flat-square)](#) +[![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square)](#) +[![AppVersion: 1.71.3](https://img.shields.io/badge/AppVersion-1.71.3-informational?style=flat-square)](#) An extendable workflow automation tool. @@ -15,7 +15,7 @@ $ helm upgrade n8n n8n \ --namespace n8n \ --repo https://th0th.github.io/helm-charts \ --values values.yaml \ - --version 0.1.7 + --version 0.1.8 ``` ## Uninstall @@ -32,7 +32,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.71.1"` | n8n image tag | +| image.tag | string | `"1.71.3"` | n8n image tag | | ingress.annotations | object | `{}` | the ingress annotations | | ingress.enabled | bool | `false` | enable the ingress | | ingress.hosts | list | `[]` | the ingress host |