diff --git a/bitwarden/Chart.yaml b/bitwarden/Chart.yaml index d62baef..9729b33 100644 --- a/bitwarden/Chart.yaml +++ b/bitwarden/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.32.5 +appVersion: 1.32.7 description: Unofficial Bitwarden compatible server written in Rust home: https://github.com/k8s-at-home/charts/tree/master/charts/bitwardenrs icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png @@ -17,4 +17,4 @@ name: bitwarden sources: - https://github.com/dani-garcia/bitwarden_rs type: application -version: 2.0.32 +version: 2.0.34 diff --git a/bitwarden/values.yaml b/bitwarden/values.yaml index 8a49bc6..69385ea 100644 --- a/bitwarden/values.yaml +++ b/bitwarden/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: vaultwarden/server pullPolicy: IfNotPresent - tag: "1.32.5" + tag: "1.32.7" imagePullSecrets: [] nameOverride: "" diff --git a/peertube/Chart.yaml b/peertube/Chart.yaml index a6470b7..4e33800 100644 --- a/peertube/Chart.yaml +++ b/peertube/Chart.yaml @@ -5,11 +5,11 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.bitnami.com/bitnami - version: 13.2.21 + version: 16.3.2 - condition: redis.enabled name: redis repository: https://charts.bitnami.com/bitnami - version: 18.4.0 + version: 20.6.0 type: application -version: 0.3.8 -appVersion: 6.3.3 +version: 0.4.0 +appVersion: 7.0.0 diff --git a/peertube/values.yaml b/peertube/values.yaml index 571879e..ca02f42 100644 --- a/peertube/values.yaml +++ b/peertube/values.yaml @@ -8,7 +8,7 @@ image: repository: chocobozzz/peertube pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v6.3.3-bookworm" + tag: "v7.0.0-bookworm" imagePullSecrets: [] nameOverride: "" @@ -452,6 +452,11 @@ configAsCode: enabled: true total_admins: enabled: true + webrtc: + # 1 or 2 STUN servers are sufficient + stun_servers: + - 'stun:stunserver2024.stunprotocol.org' + - 'stun:stun.framasoft.org' ############################################################################### # # From this point, all the following keys can be overridden by the web interface @@ -483,7 +488,9 @@ configAsCode: enabled: true signup: enabled: false - limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited + # When the total number of users in your instance reaches this limit, registrations are disabled. + # -1 == unlimited + limit: 10 minimum_age: 16 # Used to configure the signup form requires_approval: true requires_email_verification: false @@ -803,7 +810,7 @@ configAsCode: # - 16 # Animals # - 17 # Kids # - 18 # Food - default_client_route: '/videos/trending' + default_client_route: '/videos/browse' # Whether or not the instance is dedicated to NSFW content # Enabling it will allow other administrators to know that you are mainly federating sensitive content # Moreover, the NSFW checkbox on video upload will be automatically checked by default @@ -886,7 +893,6 @@ configAsCode: miniature: # By default PeerTube client displays author username prefer_author_display_name: false - display_author_avatar: false resumable_upload: # Max size of upload chunks, e.g. '90MB' # If null, it will be calculated based on network speed