File tree Expand file tree Collapse file tree 2 files changed +7
-27
lines changed
charts/self-host/templates Expand file tree Collapse file tree 2 files changed +7
-27
lines changed Original file line number Diff line number Diff line change 11# Bitwarden Helm Charts Repository
2- > [ !IMPORTANT]
3- > ** CalVer Deprecation Notice**
4- >
5- > The CalVer versioning scheme for the Bitwarden self-host chart will be deprecated on ** November 13, 2025** .
6- >
7- > After this date, only SemVer versions will be supported and released.
8- >
9- > For more information, see the chart's [ NOTES.txt] ( https://github.com/bitwarden/helm-charts/blob/main/charts/self-host/templates/NOTES.txt ) .
102
3+ This is a collection of Bitwarden maintained charts for https://github.com/bitwarden projects.
114
125- [ Self-Host] ( charts/self-host/README.md )
136- [ Secrets Manager Operator] ( charts/sm-operator/README.md )
7+
8+ The charts can be added using following command:
9+
10+ ``` bash
11+ helm repo add bitwarden https://charts.bitwarden.com/
12+ ```
Original file line number Diff line number Diff line change 1- {{- $isCalVer := regexMatch "^[0-9]{4}\\." .Chart.Version }}
21{{- $chartVersion := .Chart.Version }}
32
43=====================================================
54Bitwarden Self-Host Helm Chart {{ $chartVersion }}
65=====================================================
76
87Bitwarden been successfully deployed!
9-
10- {{- if $isCalVer }}
11-
12- IMPORTANT MIGRATION NOTICE
13-
14- CalVer Deprecation: November 13, 2025
15- The CalVer versioning scheme ({{ $chartVersion }}) will be deprecated on November 13, 2025.
16- After this date, only SemVer versions will be supported and released.
17-
18- Start Using SemVer (Optional)
19-
20- To start using SemVer 1.0.0 now:
21- helm upgrade {{ .Release.Name }} bitwarden/self-host --version <semver-version> -n {{ .Release.Namespace }}
22-
23- Note: For SemVer installations until November 13, 2025, you must always specify --version <semver-version> during upgrades
24- to avoid reverting back to CalVer. We recommend upgrading to SemVer after November 13, 2025 for the smoothest experience.
25-
26- {{- end }}
You can’t perform that action at this time.
0 commit comments