From a7dbb3f40a19d1ae18d0b61080b65926911de9c2 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:57:46 +0300 Subject: [PATCH] Update Erigon to v2.60.7 (#582) --- charts/erigon/Chart.yaml | 4 ++-- charts/erigon/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/erigon/Chart.yaml b/charts/erigon/Chart.yaml index 7f823541..a683a609 100644 --- a/charts/erigon/Chart.yaml +++ b/charts/erigon/Chart.yaml @@ -24,13 +24,13 @@ sources: # 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.60.6 +version: 2.60.7 # 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: "v2.60.6" +appVersion: "2.60.7" dependencies: - name: common diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index ca262701..2e6cc3f0 100644 --- a/charts/erigon/values.yaml +++ b/charts/erigon/values.yaml @@ -97,7 +97,7 @@ image: repository: thorax/erigon pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v2.60.6" + tag: "2.60.7" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/