Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Verified Commit 00711f8b authored by Benoît's avatar Benoît
Browse files

Merge

parents edb9dbfb 4583d3bf
No related branches found
No related tags found
No related merge requests found
Pipeline #15196 canceled
......@@ -2,7 +2,7 @@ annotations:
category: DeveloperTools
name: vaultwarden
apiVersion: v2
appVersion: 1.26.0
appVersion: 1.27.0
dependencies:
- condition: postgresql.enabled
name: postgresql
......@@ -27,4 +27,4 @@ maintainers:
sources:
- https://lab.frogg.it/captnbp/vaultwarden-helm
- https://github.com/dani-garcia/vaultwarden
version: 0.1.4
version: 0.1.5
......@@ -31,6 +31,10 @@ spec:
{{- if (and (eq .Values.service.type "LoadBalancer") (not (empty .Values.service.loadBalancerIP))) }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}
ipFamilyPolicy: RequireDualStack
ipFamilies:
- IPv6
- IPv4
{{- if .Values.service.sessionAffinity }}
sessionAffinity: {{ .Values.service.sessionAffinity }}
{{- end }}
......
......@@ -74,7 +74,7 @@ diagnosticMode:
image:
registry: docker.io
repository: vaultwarden/server
tag: 1.26.0-alpine
tag: 1.27.0-alpine
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
......@@ -681,4 +681,4 @@ smtp:
acceptInvalidCerts: "false"
## @param smtp.debug SMTP debugging
##
debug: false
\ No newline at end of file
debug: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment