From 56f3d3b435b00dcb9117f5e8123a7e02ab4c653e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 31 May 2019 14:42:57 -0400 Subject: [PATCH] use the default latest tag for geth_exporter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/faucet-master.yml | 1 - ansible/group_vars/faucet-miners.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/ansible/group_vars/faucet-master.yml b/ansible/group_vars/faucet-master.yml index 303d2d1..8b5a6c5 100644 --- a/ansible/group_vars/faucet-master.yml +++ b/ansible/group_vars/faucet-master.yml @@ -21,4 +21,3 @@ geth_account_json: '{{lookup("passwordstore", "services/faucet/account-json")}}' # geth metrics geth_source_cont_name: '{{ geth_cont_name }}' geth_expo_cont_name: '{{ geth_cont_name }}-metrics' -geth_expo_cont_image: 'statusteam/geth_exporter:sync-metrics' diff --git a/ansible/group_vars/faucet-miners.yml b/ansible/group_vars/faucet-miners.yml index 5848e00..b7b42a8 100644 --- a/ansible/group_vars/faucet-miners.yml +++ b/ansible/group_vars/faucet-miners.yml @@ -14,4 +14,3 @@ geth_account_json: '{{lookup("passwordstore", "services/faucet/account-json")}}' # geth metrics geth_source_cont_name: '{{ geth_cont_name }}' geth_expo_cont_name: '{{ geth_cont_name }}-metrics' -geth_expo_cont_image: 'statusteam/geth_exporter:sync-metrics'