Skip to content

Commit cc36e93

Browse files
Updated core and web versions (#371)
1 parent 880f449 commit cc36e93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/self-host/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 2025.10.0
2+
appVersion: 2025.10.1
33
description: A Helm chart for deploying a Bitwarden instance on Kubernetes
44
home: https://github.com/bitwarden/helm-charts/tree/main/charts/self-host
55
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/icon-square.svg

charts/self-host/templates/helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{- define "bitwarden.coreVersionDefault" -}}
2-
{{- "2025.10.0" -}}
2+
{{- "2025.10.1" -}}
33
{{- end -}}
44
{{- define "bitwarden.webVersionDefault" -}}
5-
{{- "2025.10.0" -}}
5+
{{- "2025.10.1" -}}
66
{{- end -}}
77

88
{{/*

0 commit comments

Comments
 (0)