diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index cf09f3e5a..b6a685b2f 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.4.2 +version: 2.4.3 kubeVersion: "^1.20.0-0" description: Official Golang implementation of the Ethereum v1 protocol. type: application @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.13.13 +appVersion: v1.13.14 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index 4b4cfb2f0..26cfa55dc 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -98,7 +98,7 @@ sidecar: image: registry: "docker.io" repository: "ethereum/client-go" - tag: "v1.13.13" + tag: "v1.13.14" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/mev-boost/Chart.yaml b/charts/mev-boost/Chart.yaml index ed31bdca9..2ac9710ee 100644 --- a/charts/mev-boost/Chart.yaml +++ b/charts/mev-boost/Chart.yaml @@ -21,13 +21,13 @@ type: application # 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: 1.5.0 +version: 1.7.0 # 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: "v1.5.0" +appVersion: "v1.7.0" dependencies: - name: common diff --git a/charts/mev-boost/values.yaml b/charts/mev-boost/values.yaml index 8ff17cde6..4f282e642 100644 --- a/charts/mev-boost/values.yaml +++ b/charts/mev-boost/values.yaml @@ -36,7 +36,7 @@ image: repository: flashbots/mev-boost pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.5.0" + tag: "1.7.0" imagePullSecrets: [] nameOverride: ""