Skip to content

Commit

Permalink
Update README.md (#95)
Browse files Browse the repository at this point in the history
Remove --devel flag from md that builds to charts.bitwarden.com
  • Loading branch information
fschillingeriv authored Dec 18, 2023
1 parent 8b2389b commit a4b8ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Once Helm has been set up correctly, add the repo as follows:

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
bitwarden --devel` to see the charts.
bitwarden` to see the charts.

We recommend creating a namespace for the self-host deployment.

To install/upgrade the self-host chart:

helm upgrade my-self-host bitwarden/self-host --install --namespace bitwarden --values my-values.yaml --devel
helm upgrade my-self-host bitwarden/self-host --install --namespace bitwarden --values my-values.yaml

To uninstall the chart:

helm uninstall my-self-host --namespace bitwarden
helm uninstall my-self-host --namespace bitwarden

0 comments on commit a4b8ea3

Please sign in to comment.