chore: update Apps containing initcontainers -not breaking on SCALE- (#952)
* chore: update Apps containing initcontainers -not breaking on SCALE- * correct versioning a bit
This commit is contained in:
@@ -3,11 +3,11 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.13.8
|
version: 7.0.0
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 1.6.5
|
version: 1.6.6
|
||||||
- condition: memcached.enabled
|
- condition: memcached.enabled
|
||||||
name: memcached
|
name: memcached
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
@@ -27,4 +27,4 @@ name: sogo
|
|||||||
sources:
|
sources:
|
||||||
- https://www.sogo.nu/
|
- https://www.sogo.nu/
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.4
|
version: 2.0.0
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ service:
|
|||||||
# -- initcontainers
|
# -- initcontainers
|
||||||
initContainers:
|
initContainers:
|
||||||
# -- wait for database before starting sogo
|
# -- wait for database before starting sogo
|
||||||
- name: init-postgresdb
|
init-postgresdb:
|
||||||
image: postgres:13.1
|
image: postgres:13.1
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.13.8
|
version: 7.0.0
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 1.6.5
|
version: 2.0.0
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
@@ -38,4 +38,4 @@ sources:
|
|||||||
- https://github.com/authelia/chartrepo
|
- https://github.com/authelia/chartrepo
|
||||||
- https://github.com/authelia/authelia
|
- https://github.com/authelia/authelia
|
||||||
type: application
|
type: application
|
||||||
version: 1.7.3
|
version: 2.0.0
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ args: ["--config=/configuration.yaml"]
|
|||||||
|
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-postgresdb
|
init-postgresdb:
|
||||||
image: postgres:13.1
|
image: postgres:13.1
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ service:
|
|||||||
port: 9091
|
port: 9091
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-postgresdb
|
init-postgresdb:
|
||||||
image: postgres:13.1
|
image: postgres:13.1
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.13.8
|
version: 7.0.0
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 1.6.5
|
version: 2.0.0
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: A free and open source personal finance manager
|
description: A free and open source personal finance manager
|
||||||
home: https://github.com/firefly-iii/firefly-iii/
|
home: https://github.com/firefly-iii/firefly-iii/
|
||||||
@@ -27,4 +27,4 @@ name: fireflyiii
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/firefly-iii/firefly-iii/
|
- https://github.com/firefly-iii/firefly-iii/
|
||||||
type: application
|
type: application
|
||||||
version: 6.1.10
|
version: 7.0.0
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ image:
|
|||||||
tag: version-5.5.12
|
tag: version-5.5.12
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-postgresdb
|
init-postgresdb:
|
||||||
image: postgres:13.1
|
image: postgres:13.1
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ service:
|
|||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-postgresdb
|
init-postgresdb:
|
||||||
image: postgres:13.1
|
image: postgres:13.1
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ appVersion: 22.1.1
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.13.8
|
version: 7.0.0
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 1.6.5
|
version: 2.0.0
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
@@ -33,4 +33,4 @@ sources:
|
|||||||
- https://github.com/nextcloud/docker
|
- https://github.com/nextcloud/docker
|
||||||
- https://github.com/nextcloud/helm
|
- https://github.com/nextcloud/helm
|
||||||
type: application
|
type: application
|
||||||
version: 3.7.16
|
version: 4.0.0
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ persistence:
|
|||||||
size: "100Gi"
|
size: "100Gi"
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-postgresdb
|
init-postgresdb:
|
||||||
image: postgres:13.1
|
image: postgres:13.1
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ appVersion: auto
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 6.13.8
|
version: 7.0.0
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 1.6.5
|
version: 2.0.0
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: Unofficial Bitwarden compatible server written in Rust
|
description: Unofficial Bitwarden compatible server written in Rust
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden
|
||||||
@@ -31,4 +31,4 @@ name: vaultwarden
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/dani-garcia/vaultwarden
|
- https://github.com/dani-garcia/vaultwarden
|
||||||
type: application
|
type: application
|
||||||
version: 6.1.12
|
version: 7.0.0
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ envFrom:
|
|||||||
name: vaultwardensecret
|
name: vaultwardensecret
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-postgresdb
|
init-postgresdb:
|
||||||
image: postgres:13.1
|
image: postgres:13.1
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ ingress:
|
|||||||
# - chart-example.local
|
# - chart-example.local
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-postgresdb
|
init-postgresdb:
|
||||||
image: postgres:13.1
|
image: postgres:13.1
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user