From 8f9fb3ac71b87b43fb9a88187d9157c628da1cb9 Mon Sep 17 00:00:00 2001 From: Bitwarden DevOps <106330231+bitwarden-devops-bot@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:23:25 -0400 Subject: [PATCH] Updated core and web versions (#175) --- 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 d53c811a..25f47856 100644 --- a/charts/self-host/Chart.yaml +++ b/charts/self-host/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2024.8.0 +appVersion: 2024.8.1 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 29ce342a..d748f3bb 100644 --- a/charts/self-host/templates/helpers.tpl +++ b/charts/self-host/templates/helpers.tpl @@ -1,8 +1,8 @@ {{- define "bitwarden.coreVersionDefault" -}} -{{- "2024.8.0" -}} +{{- "2024.8.1" -}} {{- end -}} {{- define "bitwarden.webVersionDefault" -}} -{{- "2024.8.1" -}} +{{- "2024.8.3" -}} {{- end -}} {{/*