Преглед на файлове

Upgraded catalog item(s) (#1590)

bugclerk преди 1 година
родител
ревизия
d507117b2c

+ 2 - 2
library/ix-dev/community/n8n/Chart.yaml

@@ -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

+ 1 - 1
library/ix-dev/community/n8n/values.yaml

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

+ 4 - 3
library/ix-dev/community/twofactor-auth/Chart.yaml

@@ -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

+ 2 - 2
library/ix-dev/community/twofactor-auth/values.yaml

@@ -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: ''