From 59519aa79b4d850e773ad82ff1aa042543b3a688 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:09:39 +0300 Subject: [PATCH] Revert Erigon --- 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 9cdd9b25..2d871347 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.9 +version: 2.60.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: "2.60.9" +appVersion: "2.60.8" dependencies: - name: common diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index 73beba62..7effb94d 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.9" + tag: "2.60.8" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/