From 9e1cd0d25a11c9c5994568eb67977f2c5386537c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:05:27 -0500 Subject: [PATCH] Update core and web versions (#56) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/self-host/Chart.yaml | 2 +- charts/self-host/templates/helpers.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/self-host/Chart.yaml b/charts/self-host/Chart.yaml index ed1efa8f..799c311b 100644 --- a/charts/self-host/Chart.yaml +++ b/charts/self-host/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2023.9.1 +appVersion: 2023.10.2 description: A Helm chart for deploying a Bitwarden instance on Kubernetes home: https://github.com/bitwarden/helm-charts/tree/main/charts/self-host icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/icon-square.svg diff --git a/charts/self-host/templates/helpers.tpl b/charts/self-host/templates/helpers.tpl index d91b8d10..d77f2860 100644 --- a/charts/self-host/templates/helpers.tpl +++ b/charts/self-host/templates/helpers.tpl @@ -1,8 +1,8 @@ {{- define "bitwarden.coreVersionDefault" -}} -{{- "2023.10.1" -}} +{{- "2023.10.2" -}} {{- end -}} {{- define "bitwarden.webVersionDefault" -}} -{{- "2023.10.0" -}} +{{- "2023.10.1" -}} {{- end -}} {{/*