diff --git a/charts/erigon/Chart.yaml b/charts/erigon/Chart.yaml index 166edce6e..7f8235411 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.54.0 +version: 2.60.6 # 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.54.0" +appVersion: "v2.60.6" dependencies: - name: common diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index 9b0059d24..ca2627016 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.54.0" + tag: "v2.60.6" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/