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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user