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/