peertube: Update dependency charts

This commit is contained in:
Alexander "Ace" Olofsson 2022-12-20 19:55:00 +01:00
parent da60d37679
commit b28c87c26e
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -151,6 +151,7 @@ redis:
# existingSecretPasswordKey: redis-password # existingSecretPasswordKey: redis-password
master: master:
kind: Deployment
persistence: persistence:
enabled: true enabled: true