diff --git a/charts/n8n/Chart.yaml b/charts/n8n/Chart.yaml index 9f2041f..436b45a 100644 --- a/charts/n8n/Chart.yaml +++ b/charts/n8n/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "1.65.2" +appVersion: "1.66.0" name: n8n description: An extendable workflow automation tool. type: application -version: 0.1.3 +version: 0.1.4 diff --git a/charts/n8n/README.md b/charts/n8n/README.md index 653bae3..f229e90 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.65.2](https://img.shields.io/badge/AppVersion-1.65.2-informational?style=flat-square) +![Version: 0.1.4](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.66.0](https://img.shields.io/badge/AppVersion-1.66.0-informational?style=flat-square) An extendable workflow automation tool. @@ -13,7 +13,7 @@ $ helm upgrade n8n n8n \ --namespace n8n \ --repo https://th0th.github.io/helm-charts \ --values values.yaml \ - --version 0.1.1 + --version 0.1.4 ``` ## Uninstall @@ -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.65.2"` | n8n image tag | +| image.tag | string | `"1.66.0"` | 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 101a0c7..8707d54 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.65.2 + tag: 1.66.0 ingress: # -- the ingress annotations annotations: {}