From 6ed4fee4c52547f6dab376dc6e37c3c0b7edf50f Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 16 Nov 2021 16:18:11 +0100 Subject: [PATCH] chore(apps): bump postgresql on some Apps --- charts/stable/authelia/Chart.yaml | 4 ++-- charts/stable/gitea/Chart.yaml | 4 ++-- charts/stable/nextcloud/Chart.yaml | 4 ++-- charts/stable/vaultwarden/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index 886afef56ed..be911914adf 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 5.2.2 + version: 6.0.0 - condition: redis.enabled name: redis repository: https://truecharts.org/ @@ -38,7 +38,7 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 7.0.12 +version: 8.0.0 annotations: truecharts.org/catagories: | - security diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml index 763ebdd3e18..1854a8d9cbe 100644 --- a/charts/stable/gitea/Chart.yaml +++ b/charts/stable/gitea/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 5.2.2 + version: 6.0.0 - condition: memcached.enabled name: memcached repository: https://truecharts.org/ @@ -34,7 +34,7 @@ sources: - https://github.com/go-gitea/gitea - https://hub.docker.com/r/gitea/gitea/ type: application -version: 4.0.15 +version: 5.0.0 annotations: truecharts.org/catagories: | - GIT diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index a6e4a80d954..42de2784fa2 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 5.2.2 + version: 6.0.0 - condition: redis.enabled name: redis repository: https://truecharts.org @@ -33,7 +33,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 9.0.12 +version: 10.0.0 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index dc1f2a9c15e..e5722605500 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 5.2.2 + version: 6.0.0 deprecated: false description: Unofficial Bitwarden compatible server written in Rust home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden @@ -28,7 +28,7 @@ name: vaultwarden sources: - https://github.com/dani-garcia/vaultwarden type: application -version: 12.0.11 +version: 13.0.0 annotations: truecharts.org/catagories: | - security