From c6e4c4b36b11f0438938b0606ac10e6e529d87c1 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 4 Jun 2024 16:38:42 +0200 Subject: [PATCH] Bump chart version and update brouter and brouter-react --- charts/brouter/Chart.yaml | 2 +- charts/brouter/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/brouter/Chart.yaml b/charts/brouter/Chart.yaml index c9c5aaf9..c3a59a36 100644 --- a/charts/brouter/Chart.yaml +++ b/charts/brouter/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.21 +version: 0.1.22 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/brouter/values.yaml b/charts/brouter/values.yaml index 7f7670ae..de6e4f27 100644 --- a/charts/brouter/values.yaml +++ b/charts/brouter/values.yaml @@ -15,7 +15,7 @@ brouter: image: repository: ghcr.io/koskev/brouter pullPolicy: IfNotPresent - tag: "2024.05.13" + tag: "2024.06.04" volumes: [] updater: enabled: true @@ -37,5 +37,5 @@ brouter_react: image: repository: ghcr.io/koskev/brouter-react pullPolicy: IfNotPresent - tag: "2024.06.03" + tag: "2024.06.04" ingress: {}