Skip to content

Commit

Permalink
update deployment and fix value
Browse files Browse the repository at this point in the history
deB4SH committed Jan 31, 2025

Verified

This commit was signed with the committer’s verified signature.
1 parent 87559cf commit ade5966
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vaultwarden/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -12,5 +12,5 @@ data:
SMTP_FROM: "{{.Values.configuration.smtpFrom}}"
SMTP_HOST: "{{.Values.configuration.smtpHost}}"
SMTP_PORT: "{{.Values.configuration.smtpPort}}"
SMTP_SSL: "{{.Values.configuration.smtpSsl}}"
SMTP_SECURITY: "{{.Values.configuration.smtpSecurity}}"
DATABASE_URL: "{{.Values.configuration.databaseUrl}}"
4 changes: 2 additions & 2 deletions charts/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ deployment:
sleepStart: false
image:
location: vaultwarden/server
tag: 1.32.7
tag: 1.33.0
resources:
limits:
cpu: 300
@@ -36,7 +36,7 @@ configuration:
smtpFrom: "overlay_me"
smtpHost: "overlay_me"
smtpPort: "587"
smtpSsl: "true"
smtpSecurity: "starttls"
databaseUrl: "data/db.sqlite3"

ingresses:

0 comments on commit ade5966

Please sign in to comment.