update bitwarden (aka vaultwarden) to v1.23.0
This commit is contained in:
parent
71cb6195a0
commit
54271fbc44
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.22.2
|
appVersion: 1.23.0
|
||||||
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.8
|
version: 2.0.9
|
||||||
|
@ -5,6 +5,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
{{- include "bitwarden.labels" . | nindent 4 }}
|
{{- include "bitwarden.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
|
EMERGENCY_ACCESS_ALLOWED: {{ .Values.bitwarden.emergencyAccessAllowed | default "false" | quote }}
|
||||||
SIGNUPS_ALLOWED: {{ .Values.bitwarden.signupsAllowed | quote }}
|
SIGNUPS_ALLOWED: {{ .Values.bitwarden.signupsAllowed | quote }}
|
||||||
INVITATIONS_ALLOWED: {{ .Values.bitwarden.invitationsAllowed | quote }}
|
INVITATIONS_ALLOWED: {{ .Values.bitwarden.invitationsAllowed | quote }}
|
||||||
{{- if .Values.bitwarden.domain }}
|
{{- if .Values.bitwarden.domain }}
|
||||||
|
@ -5,7 +5,7 @@ replicaCount: 1
|
|||||||
image:
|
image:
|
||||||
repository: vaultwarden/server
|
repository: vaultwarden/server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.22.2"
|
tag: "1.23.0"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user