diff --git a/charts/erigon/Chart.yaml b/charts/erigon/Chart.yaml index 2d871347..ddb0fc6d 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.8 +version: 2.60.10 # 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.8" +appVersion: "2.60.10" dependencies: - name: common diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index 7effb94d..005bc5b1 100644 --- a/charts/erigon/values.yaml +++ b/charts/erigon/values.yaml @@ -94,10 +94,10 @@ sidecar: image: registry: "docker.io" - repository: thorax/erigon + repository: erigontech/erigon pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "2.60.8" + tag: "v2.60.10" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/charts/reth/Chart.yaml b/charts/reth/Chart.yaml index 3704e026..97df94a7 100644 --- a/charts/reth/Chart.yaml +++ b/charts/reth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: reth -version: 1.1.0 +version: 1.1.1 kubeVersion: "^1.20.0-0" description: Reth (short for Rust Ethereum, pronunciation) is an Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient. type: application @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.1.0 +appVersion: v1.1.1 dependencies: - name: common