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:
|
||||
- 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
|
||||
|
||||
@@ -16,7 +16,7 @@ args: ["--config=/configuration.yaml"]
|
||||
|
||||
|
||||
initContainers:
|
||||
- name: init-postgresdb
|
||||
init-postgresdb:
|
||||
image: postgres:13.1
|
||||
command:
|
||||
- "sh"
|
||||
|
||||
@@ -20,7 +20,7 @@ service:
|
||||
port: 9091
|
||||
|
||||
initContainers:
|
||||
- name: init-postgresdb
|
||||
init-postgresdb:
|
||||
image: postgres:13.1
|
||||
command:
|
||||
- "sh"
|
||||
|
||||
Reference in New Issue
Block a user