update peertube to v3.3.0

This commit is contained in:
ace 2021-08-09 17:16:17 +03:00
parent 125e1d1c9b
commit 493f53ebd7
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 5 additions and 4 deletions

View File

@ -11,5 +11,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 12.3.2
type: application
version: 0.1.3
appVersion: 3.2.1
version: 0.1.4
appVersion: 3.3.0

View File

@ -8,7 +8,7 @@ image:
repository: chocobozzz/peertube
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.2.1-buster"
tag: "v3.3.0-buster"
imagePullSecrets: []
nameOverride: ""
@ -91,7 +91,7 @@ configAsCode:
prefix: "[PeerTube]"
# From the project root directory
storage:
tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before processing...
tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
avatars: '/var/www/peertube/storage/avatars/'
videos: '/var/www/peertube/storage/videos/'
streaming_playlists: '/var/www/peertube/storage/streaming-playlists/'
@ -238,6 +238,7 @@ configAsCode:
signup:
enabled: false
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
minimum_age: 16
requires_email_verification: false
filters:
cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist