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

View File

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

View File

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

View File

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