Skip to content

Commit 195b258

Browse files
authored
fix: bitnami repo (#173)
1 parent 3a1b566 commit 195b258

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.env.sample.holesky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ LIDODVEXIT_EXIT_EPOCH=256
261261
# This applies to compose-debug.yml only.
262262

263263
# Prometheus Node exporter docker container image version.
264-
# See available tags https://hub.docker.com/r/bitnami/node-exporter/tags.
264+
# See available tags https://hub.docker.com/r/bitnamilegacy/node-exporter/tags.
265265
#NODE_EXPORTER_VERSION=
266266

267267
# Grafana Tempo docker container image version.

.env.sample.hoodi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ LIDODVEXIT_EXIT_EPOCH=256
267267
# This applies to compose-debug.yml only.
268268

269269
# Prometheus Node exporter docker container image version.
270-
# See available tags https://hub.docker.com/r/bitnami/node-exporter/tags.
270+
# See available tags https://hub.docker.com/r/bitnamilegacy/node-exporter/tags.
271271
#NODE_EXPORTER_VERSION=
272272

273273
# Grafana Tempo docker container image version.

.env.sample.mainnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ LIDODVEXIT_EXIT_EPOCH=194048
261261
# This applies to compose-debug.yml only.
262262

263263
# Prometheus Node exporter docker container image version.
264-
# See available tags https://hub.docker.com/r/bitnami/node-exporter/tags.
264+
# See available tags https://hub.docker.com/r/bitnamilegacy/node-exporter/tags.
265265
#NODE_EXPORTER_VERSION=
266266

267267
# Grafana Tempo docker container image version.

compose-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
restart: unless-stopped
2020

2121
node-exporter:
22-
image: bitnami/node-exporter:${NODE_EXPORTER_VERSION:-1.6.0}
22+
image: bitnamilegacy/node-exporter:${NODE_EXPORTER_VERSION:-1.6.0}
2323

2424
tempo:
2525
image: grafana/tempo:${TEMPO_VERSION:-2.7.1}

0 commit comments

Comments
 (0)