bitwarden: bump to v1.32.7, helm chart v2.0.34

peertube: bump to v7.0.0, helm chart v0.4.0
This commit is contained in:
ace 2024-12-22 15:12:07 +03:00
parent 796483d2b5
commit b09e51c39b
Signed by: ace
GPG Key ID: F7EC00FB2C3118AD
4 changed files with 17 additions and 11 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: 1.32.5 appVersion: 1.32.7
description: Unofficial Bitwarden compatible server written in Rust description: Unofficial Bitwarden compatible server written in Rust
home: https://github.com/k8s-at-home/charts/tree/master/charts/bitwardenrs home: https://github.com/k8s-at-home/charts/tree/master/charts/bitwardenrs
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
@ -17,4 +17,4 @@ name: bitwarden
sources: sources:
- https://github.com/dani-garcia/bitwarden_rs - https://github.com/dani-garcia/bitwarden_rs
type: application type: application
version: 2.0.32 version: 2.0.34

View File

@ -5,7 +5,7 @@ replicaCount: 1
image: image:
repository: vaultwarden/server repository: vaultwarden/server
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "1.32.5" tag: "1.32.7"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""

View File

@ -5,11 +5,11 @@ dependencies:
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 13.2.21 version: 16.3.2
- condition: redis.enabled - condition: redis.enabled
name: redis name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 18.4.0 version: 20.6.0
type: application type: application
version: 0.3.8 version: 0.4.0
appVersion: 6.3.3 appVersion: 7.0.0

View File

@ -8,7 +8,7 @@ image:
repository: chocobozzz/peertube repository: chocobozzz/peertube
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "v6.3.3-bookworm" tag: "v7.0.0-bookworm"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
@ -452,6 +452,11 @@ configAsCode:
enabled: true enabled: true
total_admins: total_admins:
enabled: true 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 # From this point, all the following keys can be overridden by the web interface
@ -483,7 +488,9 @@ configAsCode:
enabled: true enabled: true
signup: signup:
enabled: false 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 minimum_age: 16 # Used to configure the signup form
requires_approval: true requires_approval: true
requires_email_verification: false requires_email_verification: false
@ -803,7 +810,7 @@ configAsCode:
# - 16 # Animals # - 16 # Animals
# - 17 # Kids # - 17 # Kids
# - 18 # Food # - 18 # Food
default_client_route: '/videos/trending' default_client_route: '/videos/browse'
# Whether or not the instance is dedicated to NSFW content # 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 # 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 # Moreover, the NSFW checkbox on video upload will be automatically checked by default
@ -886,7 +893,6 @@ configAsCode:
miniature: miniature:
# By default PeerTube client displays author username # By default PeerTube client displays author username
prefer_author_display_name: false prefer_author_display_name: false
display_author_avatar: false
resumable_upload: resumable_upload:
# Max size of upload chunks, e.g. '90MB' # Max size of upload chunks, e.g. '90MB'
# If null, it will be calculated based on network speed # If null, it will be calculated based on network speed