Publish new changes in catalog

This commit is contained in:
sonicaj
2023-09-29 05:23:46 +00:00
parent d507117b2c
commit ec2c13ca66
39 changed files with 9 additions and 8 deletions

View File

@@ -3,9 +3,9 @@ description: n8n is an extendable workflow automation tool.
annotations:
title: n8n
type: application
version: 1.0.5
version: 1.0.6
apiVersion: v2
appVersion: 1.8.2
appVersion: 1.9.0
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas

View File

@@ -1,7 +1,7 @@
image:
repository: n8nio/n8n
pullPolicy: IfNotPresent
tag: 1.8.2
tag: 1.9.0
resources:
limits:

View File

@@ -1,11 +1,12 @@
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:
title: 2FAuth
type: application
version: 1.0.0
version: 1.0.1
apiVersion: v2
appVersion: 4.2.2
appVersion: 4.2.3
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas

View File

@@ -1,7 +1,7 @@
image:
repository: 2fauth/2fauth
pullPolicy: IfNotPresent
tag: 4.2.2
tag: 4.2.3
resources:
limits:
@@ -11,7 +11,7 @@ resources:
twofauthConfig:
appName: 2FAuth
appUrl: http://localhost:30081
siteOwnerEmail: 'admin@example.com'
siteOwnerEmail: admin@example.com
authenticationGuard: web-guard
authProxyHeaderUser: ''
authProxyHeaderEmail: ''