diff --git a/charts/peertube/Chart.yaml b/charts/peertube/Chart.yaml index 720049e..9e61abd 100644 --- a/charts/peertube/Chart.yaml +++ b/charts/peertube/Chart.yaml @@ -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 diff --git a/charts/peertube/values.yaml b/charts/peertube/values.yaml index 676679d..b6650a3 100644 --- a/charts/peertube/values.yaml +++ b/charts/peertube/values.yaml @@ -151,6 +151,7 @@ redis: # existingSecretPasswordKey: redis-password master: + kind: Deployment persistence: enabled: true