Skip to content

Commit

Permalink
chore(deps): update us.gcr.io/celo-org/geth docker tag to v1.8.5
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent c4f05a8 commit 4e6b40e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/celo-fullnode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ geth:
# -- Image for the celo-blockchain statefulset
image:
repository: us.gcr.io/celo-org/geth
tag: 1.8.4
tag: 1.8.5
imagePullPolicy: IfNotPresent
# -- Resources for `geth` container
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/kong-celo-fullnode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ celo_fullnode:
image:
imagePullPolicy: IfNotPresent
repository: us.gcr.io/celo-org/geth
tag: 1.8.0
tag: 1.8.5
public_ip_per_node: []
node_keys: []
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/load-test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ genesis:
geth:
image:
repository: us.gcr.io/celo-org/geth
tag: 1.8.0
tag: 1.8.5
networkID: '9099000'
staticNodes: ''
verbosity: 1
Expand Down
2 changes: 1 addition & 1 deletion charts/testnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ genesis:
geth:
image:
repository: us.gcr.io/celo-org/geth
tag: 1.8.0
tag: 1.8.5
resources:
requests:
memory: "256Mi"
Expand Down

0 comments on commit 4e6b40e

Please sign in to comment.