diff --git a/charts/incubator/sogo/Chart.yaml b/charts/incubator/sogo/Chart.yaml index 1f6c8145b38..4d59c42be92 100644 --- a/charts/incubator/sogo/Chart.yaml +++ b/charts/incubator/sogo/Chart.yaml @@ -3,11 +3,11 @@ appVersion: auto dependencies: - name: common repository: https://truecharts.org/ - version: 6.13.8 + version: 7.0.0 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 1.6.5 + version: 1.6.6 - condition: memcached.enabled name: memcached repository: https://charts.bitnami.com/bitnami @@ -27,4 +27,4 @@ name: sogo sources: - https://www.sogo.nu/ type: application -version: 1.0.4 +version: 2.0.0 diff --git a/charts/incubator/sogo/values.yaml b/charts/incubator/sogo/values.yaml index 19bf6530d93..eb480993995 100644 --- a/charts/incubator/sogo/values.yaml +++ b/charts/incubator/sogo/values.yaml @@ -14,7 +14,7 @@ service: # -- initcontainers initContainers: # -- wait for database before starting sogo - - name: init-postgresdb + init-postgresdb: image: postgres:13.1 command: - "sh" diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml index d3560dfc3b6..1d36d4e8cd5 100644 --- a/charts/stable/authelia/Chart.yaml +++ b/charts/stable/authelia/Chart.yaml @@ -3,11 +3,11 @@ appVersion: auto dependencies: - name: common repository: https://truecharts.org/ - version: 6.13.8 + version: 7.0.0 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 1.6.5 + version: 2.0.0 - condition: redis.enabled name: redis repository: https://charts.bitnami.com/bitnami @@ -38,4 +38,4 @@ sources: - https://github.com/authelia/chartrepo - https://github.com/authelia/authelia type: application -version: 1.7.3 +version: 2.0.0 diff --git a/charts/stable/authelia/SCALE/ix_values.yaml b/charts/stable/authelia/SCALE/ix_values.yaml index 310219f1186..105cbbad0fc 100644 --- a/charts/stable/authelia/SCALE/ix_values.yaml +++ b/charts/stable/authelia/SCALE/ix_values.yaml @@ -16,7 +16,7 @@ args: ["--config=/configuration.yaml"] initContainers: - - name: init-postgresdb + init-postgresdb: image: postgres:13.1 command: - "sh" diff --git a/charts/stable/authelia/values.yaml b/charts/stable/authelia/values.yaml index 5b721c14643..abbe3530f2c 100644 --- a/charts/stable/authelia/values.yaml +++ b/charts/stable/authelia/values.yaml @@ -20,7 +20,7 @@ service: port: 9091 initContainers: - - name: init-postgresdb + init-postgresdb: image: postgres:13.1 command: - "sh" diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index a8aac0be98f..0ca854203bc 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -3,11 +3,11 @@ appVersion: auto dependencies: - name: common repository: https://truecharts.org/ - version: 6.13.8 + version: 7.0.0 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 1.6.5 + version: 2.0.0 deprecated: false description: A free and open source personal finance manager home: https://github.com/firefly-iii/firefly-iii/ @@ -27,4 +27,4 @@ name: fireflyiii sources: - https://github.com/firefly-iii/firefly-iii/ type: application -version: 6.1.10 +version: 7.0.0 diff --git a/charts/stable/fireflyiii/SCALE/ix_values.yaml b/charts/stable/fireflyiii/SCALE/ix_values.yaml index f0a4a296214..d6745dbd4b6 100644 --- a/charts/stable/fireflyiii/SCALE/ix_values.yaml +++ b/charts/stable/fireflyiii/SCALE/ix_values.yaml @@ -10,7 +10,7 @@ image: tag: version-5.5.12 initContainers: - - name: init-postgresdb + init-postgresdb: image: postgres:13.1 command: - "sh" diff --git a/charts/stable/fireflyiii/values.yaml b/charts/stable/fireflyiii/values.yaml index d5d961564e5..dbb0a8f527f 100644 --- a/charts/stable/fireflyiii/values.yaml +++ b/charts/stable/fireflyiii/values.yaml @@ -21,7 +21,7 @@ service: port: 8080 initContainers: - - name: init-postgresdb + init-postgresdb: image: postgres:13.1 command: - "sh" diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index fd815a7c498..ae16bb36815 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -3,11 +3,11 @@ appVersion: 22.1.1 dependencies: - name: common repository: https://truecharts.org/ - version: 6.13.8 + version: 7.0.0 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 1.6.5 + version: 2.0.0 - condition: redis.enabled name: redis repository: https://charts.bitnami.com/bitnami @@ -33,4 +33,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 3.7.16 +version: 4.0.0 diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index f2e80b820aa..5609c5c45d8 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -68,7 +68,7 @@ persistence: size: "100Gi" initContainers: - - name: init-postgresdb + init-postgresdb: image: postgres:13.1 command: - "sh" diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index 1f7709862fe..e25d1b57e57 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -3,11 +3,11 @@ appVersion: auto dependencies: - name: common repository: https://truecharts.org/ - version: 6.13.8 + version: 7.0.0 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 1.6.5 + version: 2.0.0 deprecated: false description: Unofficial Bitwarden compatible server written in Rust home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden @@ -31,4 +31,4 @@ name: vaultwarden sources: - https://github.com/dani-garcia/vaultwarden type: application -version: 6.1.12 +version: 7.0.0 diff --git a/charts/stable/vaultwarden/SCALE/ix_values.yaml b/charts/stable/vaultwarden/SCALE/ix_values.yaml index f19bf252bab..21d89a891ca 100644 --- a/charts/stable/vaultwarden/SCALE/ix_values.yaml +++ b/charts/stable/vaultwarden/SCALE/ix_values.yaml @@ -19,7 +19,7 @@ envFrom: name: vaultwardensecret initContainers: - - name: init-postgresdb + init-postgresdb: image: postgres:13.1 command: - "sh" diff --git a/charts/stable/vaultwarden/values.yaml b/charts/stable/vaultwarden/values.yaml index cb40e087e26..d0903bad147 100644 --- a/charts/stable/vaultwarden/values.yaml +++ b/charts/stable/vaultwarden/values.yaml @@ -90,7 +90,7 @@ ingress: # - chart-example.local initContainers: - - name: init-postgresdb + init-postgresdb: image: postgres:13.1 command: - "sh"