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
|
||||
|
||||
type: application
|
||||
version: 0.2.1
|
||||
version: 0.3.0
|
||||
appVersion: 5.0.0
|
||||
maintainers:
|
||||
- name: Alexander Olofsson
|
||||
|
@ -13,10 +13,10 @@ maintainers:
|
|||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: ^11.6.14
|
||||
version: ^12.1.4
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: ^16.13.2
|
||||
version: ^17.3.17
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
|
|
|
@ -151,6 +151,7 @@ redis:
|
|||
# existingSecretPasswordKey: redis-password
|
||||
|
||||
master:
|
||||
kind: Deployment
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue