From 8b1615d3b28c137a0232d0765f722cefacb18e75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 09:18:36 +0000 Subject: [PATCH] chore(deps): update us.gcr.io/celo-org/geth docker tag to v1.8.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/kong-celo-fullnode/values.yaml | 2 +- charts/load-test/values.yaml | 2 +- charts/testnet/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kong-celo-fullnode/values.yaml b/charts/kong-celo-fullnode/values.yaml index 060d1193..12586aa6 100644 --- a/charts/kong-celo-fullnode/values.yaml +++ b/charts/kong-celo-fullnode/values.yaml @@ -38,7 +38,7 @@ celo_fullnode: image: imagePullPolicy: IfNotPresent repository: us.gcr.io/celo-org/geth - tag: 1.8.0 + tag: 1.8.4 public_ip_per_node: [] node_keys: [] resources: diff --git a/charts/load-test/values.yaml b/charts/load-test/values.yaml index d96a52ca..c98fb218 100644 --- a/charts/load-test/values.yaml +++ b/charts/load-test/values.yaml @@ -26,7 +26,7 @@ genesis: geth: image: repository: us.gcr.io/celo-org/geth - tag: 1.8.0 + tag: 1.8.4 networkID: '9099000' staticNodes: '' verbosity: 1 diff --git a/charts/testnet/values.yaml b/charts/testnet/values.yaml index 2a5e9957..2e14064d 100644 --- a/charts/testnet/values.yaml +++ b/charts/testnet/values.yaml @@ -55,7 +55,7 @@ genesis: geth: image: repository: us.gcr.io/celo-org/geth - tag: 1.8.0 + tag: 1.8.4 resources: requests: memory: "256Mi"