Compare commits
3 Commits
626e71e16a
...
d2cd7daa25
Author | SHA1 | Date | |
---|---|---|---|
d2cd7daa25 | |||
dd2838a47b | |||
50fff3de7d |
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.32.2
|
appVersion: 1.32.3
|
||||||
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.29
|
version: 2.0.30
|
||||||
|
@ -5,7 +5,7 @@ replicaCount: 1
|
|||||||
image:
|
image:
|
||||||
repository: vaultwarden/server
|
repository: vaultwarden/server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.32.2"
|
tag: "1.32.3"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
@ -11,5 +11,5 @@ dependencies:
|
|||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 18.4.0
|
version: 18.4.0
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.7
|
version: 0.3.8
|
||||||
appVersion: 6.3.2
|
appVersion: 6.3.3
|
||||||
|
@ -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.2-bookworm"
|
tag: "v6.3.3-bookworm"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
@ -7,5 +7,5 @@ dependencies:
|
|||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 17.9.3
|
version: 17.9.3
|
||||||
type: application
|
type: application
|
||||||
version: 0.5.3
|
version: 0.5.4
|
||||||
appVersion: 3.9.1
|
appVersion: 3.10.2
|
||||||
|
@ -10,7 +10,7 @@ persistence:
|
|||||||
rspamd:
|
rspamd:
|
||||||
image:
|
image:
|
||||||
repository: gitea.geekhome.org/ghp/rspamd
|
repository: gitea.geekhome.org/ghp/rspamd
|
||||||
tag: 3.9.1-1
|
tag: 3.10.2-1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
local.d:
|
local.d:
|
||||||
redis.conf: |
|
redis.conf: |
|
||||||
|
Loading…
Reference in New Issue
Block a user