chore(multiple): require ingress for certain charts
This commit is contained in:
parent
e7f46227e4
commit
2a6fe33f46
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: authelia
|
||||
version: 20.0.4
|
||||
version: 20.0.5
|
||||
appVersion: 4.37.5
|
||||
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
home: https://truecharts.org/charts/enterprise/authelia
|
||||
|
|
|
@ -576,3 +576,7 @@ identity_providers:
|
|||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
ingress:
|
||||
main:
|
||||
required: true
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: vaultwarden
|
||||
version: 24.0.4
|
||||
version: 24.0.5
|
||||
appVersion: 1.30.1
|
||||
description: Unofficial Bitwarden compatible server written in Rust
|
||||
home: https://truecharts.org/charts/enterprise/vaultwarden
|
||||
|
|
|
@ -147,3 +147,6 @@ cnpg:
|
|||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
ingress:
|
||||
main:
|
||||
required: true
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: authentik
|
||||
version: 17.0.3
|
||||
version: 17.0.4
|
||||
appVersion: 2023.10.4
|
||||
description: Authentik is an open-source Identity Provider focused on flexibility and versatility.
|
||||
home: https://truecharts.org/charts/stable/authentik
|
||||
|
|
|
@ -496,3 +496,7 @@ metrics:
|
|||
prometheusRule:
|
||||
enabled: false
|
||||
updated: true
|
||||
|
||||
ingress:
|
||||
main:
|
||||
required: true
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: nextcloud
|
||||
version: 25.0.5
|
||||
version: 25.0.6
|
||||
appVersion: 28.0.0
|
||||
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
|
||||
|
|
|
@ -510,3 +510,7 @@ portal:
|
|||
open:
|
||||
enabled: true
|
||||
updated: true
|
||||
|
||||
ingress:
|
||||
main:
|
||||
required: true
|
Loading…
Reference in New Issue