Skip to content

Commit

Permalink
Update Geth and mev-boost (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Feb 28, 2024
1 parent 1684bdd commit 72dcaa9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/geth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,7 +16,7 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.13.13
appVersion: v1.13.14

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/mev-boost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/mev-boost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 72dcaa9

Please sign in to comment.