From 22c0b45eca0db83cbbd77ced480e174fe3de3c97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:28:54 +0000 Subject: [PATCH] chore(deps): update us.gcr.io/celo-org/geth docker tag to v1.8.2 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..56f41679 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.2 public_ip_per_node: [] node_keys: [] resources: diff --git a/charts/load-test/values.yaml b/charts/load-test/values.yaml index d96a52ca..5fae1ea2 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.2 networkID: '9099000' staticNodes: '' verbosity: 1 diff --git a/charts/testnet/values.yaml b/charts/testnet/values.yaml index 2a5e9957..e11acc5f 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.2 resources: requests: memory: "256Mi"