mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
Upgraded catalog item(s) (#1590)
This commit is contained in:
@@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool.
|
|||||||
annotations:
|
annotations:
|
||||||
title: n8n
|
title: n8n
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.5
|
version: 1.0.6
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.8.2
|
appVersion: 1.9.0
|
||||||
kubeVersion: '>=1.16.0-0'
|
kubeVersion: '>=1.16.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: truenas
|
- name: truenas
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: n8nio/n8n
|
repository: n8nio/n8n
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.8.2
|
tag: 1.9.0
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
name: twofactor-auth
|
name: twofactor-auth
|
||||||
description: 2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.
|
description: 2FAuth is a web based self-hosted alternative to One Time Passcode (OTP)
|
||||||
|
generators like Google Authenticator, designed for both mobile and desktop.
|
||||||
annotations:
|
annotations:
|
||||||
title: 2FAuth
|
title: 2FAuth
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.2.2
|
appVersion: 4.2.3
|
||||||
kubeVersion: '>=1.16.0-0'
|
kubeVersion: '>=1.16.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: truenas
|
- name: truenas
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: 2fauth/2fauth
|
repository: 2fauth/2fauth
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 4.2.2
|
tag: 4.2.3
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
@@ -11,7 +11,7 @@ resources:
|
|||||||
twofauthConfig:
|
twofauthConfig:
|
||||||
appName: 2FAuth
|
appName: 2FAuth
|
||||||
appUrl: http://localhost:30081
|
appUrl: http://localhost:30081
|
||||||
siteOwnerEmail: 'admin@example.com'
|
siteOwnerEmail: admin@example.com
|
||||||
authenticationGuard: web-guard
|
authenticationGuard: web-guard
|
||||||
authProxyHeaderUser: ''
|
authProxyHeaderUser: ''
|
||||||
authProxyHeaderEmail: ''
|
authProxyHeaderEmail: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user