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
|
||||
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
|
||||
|
||||
@@ -10,7 +10,7 @@ image:
|
||||
tag: version-5.5.12
|
||||
|
||||
initContainers:
|
||||
- name: init-postgresdb
|
||||
init-postgresdb:
|
||||
image: postgres:13.1
|
||||
command:
|
||||
- "sh"
|
||||
|
||||
@@ -21,7 +21,7 @@ service:
|
||||
port: 8080
|
||||
|
||||
initContainers:
|
||||
- name: init-postgresdb
|
||||
init-postgresdb:
|
||||
image: postgres:13.1
|
||||
command:
|
||||
- "sh"
|
||||
|
||||
Reference in New Issue
Block a user