Skip to content

Commit bd53fce

Browse files
committed
Release n8n chart v1.91.3
1 parent 249138e commit bd53fce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/n8n/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: "1.89.2"
2+
appVersion: "1.91.3"
33
description: An extendable workflow automation tool.
44
name: n8n
55
type: application
6-
version: 1.89.2
6+
version: 1.91.3

charts/n8n/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# n8n
22

33
[![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)](#)
4-
[![Version: 1.89.2](https://img.shields.io/badge/Version-1.89.2-informational?style=flat-square)](#)
5-
[![AppVersion: 1.89.2](https://img.shields.io/badge/AppVersion-1.89.2-informational?style=flat-square)](#)
4+
[![Version: 1.91.3](https://img.shields.io/badge/Version-1.91.3-informational?style=flat-square)](#)
5+
[![AppVersion: 1.91.3](https://img.shields.io/badge/AppVersion-1.91.3-informational?style=flat-square)](#)
66

77
An extendable workflow automation tool.
88

@@ -15,7 +15,7 @@ $ helm upgrade n8n n8n \
1515
--namespace n8n \
1616
--repo https://th0th.github.io/helm-charts \
1717
--values values.yaml \
18-
--version 1.89.2
18+
--version 1.91.3
1919
```
2020

2121
## Uninstall
@@ -32,7 +32,7 @@ $ helm uninstall --namespace n8n n8n
3232
| env | object | `{}` | environment variables to be passed to n8n (see [docs](https://docs.n8n.io/hosting/configuration/environment-variables/)) |
3333
| image.pullPolicy | string | `"IfNotPresent"` | n8n image pull policy |
3434
| image.repository | string | `"docker.n8n.io/n8nio/n8n"` | n8n image repository |
35-
| image.tag | string | `"1.89.2"` | n8n image tag |
35+
| image.tag | string | `"1.91.3"` | n8n image tag |
3636
| ingress.annotations | object | `{}` | the ingress annotations |
3737
| ingress.enabled | bool | `false` | enable the ingress |
3838
| ingress.hosts | list | `[]` | the ingress host |

0 commit comments

Comments
 (0)