chore(multiple): require ingress for certain charts

This commit is contained in:
Kjeld Schouten
2023-12-21 16:24:25 +01:00
parent e7f46227e4
commit 2a6fe33f46
8 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
apiVersion: v2 apiVersion: v2
name: authelia name: authelia
version: 20.0.4 version: 20.0.5
appVersion: 4.37.5 appVersion: 4.37.5
description: Authelia is a Single Sign-On Multi-Factor portal for web apps description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://truecharts.org/charts/enterprise/authelia home: https://truecharts.org/charts/enterprise/authelia
+4
View File
@@ -576,3 +576,7 @@ identity_providers:
portal: portal:
open: open:
enabled: true enabled: true
ingress:
main:
required: true
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
apiVersion: v2 apiVersion: v2
name: vaultwarden name: vaultwarden
version: 24.0.4 version: 24.0.5
appVersion: 1.30.1 appVersion: 1.30.1
description: Unofficial Bitwarden compatible server written in Rust description: Unofficial Bitwarden compatible server written in Rust
home: https://truecharts.org/charts/enterprise/vaultwarden home: https://truecharts.org/charts/enterprise/vaultwarden
@@ -147,3 +147,6 @@ cnpg:
portal: portal:
open: open:
enabled: true enabled: true
ingress:
main:
required: true
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
apiVersion: v2 apiVersion: v2
name: authentik name: authentik
version: 17.0.3 version: 17.0.4
appVersion: 2023.10.4 appVersion: 2023.10.4
description: Authentik is an open-source Identity Provider focused on flexibility and versatility. description: Authentik is an open-source Identity Provider focused on flexibility and versatility.
home: https://truecharts.org/charts/stable/authentik home: https://truecharts.org/charts/stable/authentik
+4
View File
@@ -496,3 +496,7 @@ metrics:
prometheusRule: prometheusRule:
enabled: false enabled: false
updated: true updated: true
ingress:
main:
required: true
+1 -1
View File
@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0' kubeVersion: '>=1.24.0-0'
apiVersion: v2 apiVersion: v2
name: nextcloud name: nextcloud
version: 25.0.5 version: 25.0.6
appVersion: 28.0.0 appVersion: 28.0.0
description: A private cloud server that puts the control and security of your own data back into your hands. description: A private cloud server that puts the control and security of your own data back into your hands.
home: https://truecharts.org/charts/stable/nextcloud home: https://truecharts.org/charts/stable/nextcloud
+4
View File
@@ -510,3 +510,7 @@ portal:
open: open:
enabled: true enabled: true
updated: true updated: true
ingress:
main:
required: true