From d24c215143121cba6999b36554c12bea89e2e58a Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:17:41 +0300 Subject: [PATCH] Update Besu to v24.10.0 --- charts/besu/Chart.yaml | 4 ++-- charts/besu/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/besu/Chart.yaml b/charts/besu/Chart.yaml index 73c98244..03495751 100644 --- a/charts/besu/Chart.yaml +++ b/charts/besu/Chart.yaml @@ -19,13 +19,13 @@ 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: 2.4.7 +version: 2.4.8 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "24.9.1" +appVersion: "24.10.0" keywords: - ethereum diff --git a/charts/besu/values.yaml b/charts/besu/values.yaml index a62ba022..1c3d3ffe 100644 --- a/charts/besu/values.yaml +++ b/charts/besu/values.yaml @@ -95,7 +95,7 @@ image: repository: hyperledger/besu pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "24.9.1" + tag: "24.10.0" imagePullSecrets: [] nameOverride: ""