Skip to content

Commit

Permalink
Merge pull request #6 from cdwv/feature/update-upstream-image
Browse files Browse the repository at this point in the history
Update upstream image and add another sample env variable
  • Loading branch information
rgembalik authored Jun 2, 2020
2 parents bb1b173 + d1bc607 commit df9cf92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Bitwarden Helm chart for Kubernetes
name: bitwarden-k8s
version: 0.1.3
version: 0.1.4
3 changes: 2 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: mprasil/bitwarden
repository: bitwardenrs/server
tag: latest
pullPolicy: IfNotPresent

Expand All @@ -26,6 +26,7 @@ env:
# SMTP_FROM
# SMTP_PORT
# SMTP_SSL
# SMTP_EXPLICIT_TLS
# SMTP_USERNAME
# SMTP_PASSWORD
# SHOW_PASSWORD_HINT
Expand Down

0 comments on commit df9cf92

Please sign in to comment.