fix(n8n): try to fix n8n gui issue not loading edit (#2514)

* fix(n8n): try to fix n8n gui issue not loading edit

* bump
This commit is contained in:
Stavros Kois
2022-04-19 13:50:50 +00:00
committed by GitHub
parent a6f1abf9f7
commit 068868b498
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ name: zabbix-server
sources:
- https://hub.docker.com/r/zabbix/zabbix-server-pgsql
- https://hub.docker.com/r/zabbix/zabbix-web-nginx-pgsql
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- utilities
+1 -1
View File
@@ -28,7 +28,7 @@ sources:
- https://docs.n8n.io/
- https://github.com/n8n-io/n8n
- https://hub.docker.com/r/n8nio/n8n
version: 2.0.19
version: 2.0.20
annotations:
truecharts.org/catagories: |
- media
+1 -1
View File
@@ -245,7 +245,7 @@ questions:
attrs:
- variable: N8N_AUTH_EXCLUDE_ENDPOINTS
label: "Additional Endpoints to Exclude Auth Checks (Leave empty for default)"
description: 'Additional endpoints to exclude auth checks. Multiple endpoints can be provided separated by a colon (":"). The endpoints should not start with a forward slash ("/")'
description: "Additional endpoints to exclude auth checks. Multiple endpoints can be provided separated by a colon (\":\"). The endpoints should not start with a forward slash (\"/\")"
schema:
type: string
default: ""