From d507117b2cc3d7dfdb0b87cfc785b1ffd81bf308 Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:23:12 -0300 Subject: [PATCH] Upgraded catalog item(s) (#1590) --- library/ix-dev/community/n8n/Chart.yaml | 4 ++-- library/ix-dev/community/n8n/values.yaml | 2 +- library/ix-dev/community/twofactor-auth/Chart.yaml | 7 ++++--- library/ix-dev/community/twofactor-auth/values.yaml | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/library/ix-dev/community/n8n/Chart.yaml b/library/ix-dev/community/n8n/Chart.yaml index a992b157f6..11ad72146f 100644 --- a/library/ix-dev/community/n8n/Chart.yaml +++ b/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 diff --git a/library/ix-dev/community/n8n/values.yaml b/library/ix-dev/community/n8n/values.yaml index 159a18ce35..de28bfa79f 100644 --- a/library/ix-dev/community/n8n/values.yaml +++ b/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: diff --git a/library/ix-dev/community/twofactor-auth/Chart.yaml b/library/ix-dev/community/twofactor-auth/Chart.yaml index c6b740e4bc..be7a4e3754 100644 --- a/library/ix-dev/community/twofactor-auth/Chart.yaml +++ b/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 diff --git a/library/ix-dev/community/twofactor-auth/values.yaml b/library/ix-dev/community/twofactor-auth/values.yaml index 921059672b..837ec648b2 100644 --- a/library/ix-dev/community/twofactor-auth/values.yaml +++ b/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: ''