peertube: Update dependency charts
This commit is contained in:
parent
da60d37679
commit
b28c87c26e
2 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ description: Free software to take back control of your videos
|
||||||
icon: https://upload.wikimedia.org/wikipedia/commons/2/2b/Logo_de_PeerTube.svg
|
icon: https://upload.wikimedia.org/wikipedia/commons/2/2b/Logo_de_PeerTube.svg
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.1
|
version: 0.3.0
|
||||||
appVersion: 5.0.0
|
appVersion: 5.0.0
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
|
@ -13,10 +13,10 @@ maintainers:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: ^11.6.14
|
version: ^12.1.4
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
- name: redis
|
- name: redis
|
||||||
version: ^16.13.2
|
version: ^17.3.17
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
|
|
|
@ -151,6 +151,7 @@ redis:
|
||||||
# existingSecretPasswordKey: redis-password
|
# existingSecretPasswordKey: redis-password
|
||||||
|
|
||||||
master:
|
master:
|
||||||
|
kind: Deployment
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue