Skip to content

Commit a084ce3

Browse files
authored
fix: bitnami repo (#363)
1 parent 5d5a78a commit a084ce3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.env.sample.holesky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ MEV_RELAYS=https://0xab78bf8c781c58078c3beb5710c57940874dd96aef2835e7742c866b4c7
219219
# This applies to compose-debug.yml only.
220220

221221
# Prometheus Node exporter docker container image version.
222-
# See available tags https://hub.docker.com/r/bitnami/node-exporter/tags.
222+
# See available tags https://hub.docker.com/r/bitnamilegacy/node-exporter/tags.
223223
#NODE_EXPORTER_VERSION=
224224

225225
# Grafana Tempo docker container image version.

.env.sample.hoodi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ MEV_RELAYS=https://0x98f0ef62f00780cf8eb06701a7d22725b9437d4768bb19b363e882ae871
219219
# This applies to compose-debug.yml only.
220220

221221
# Prometheus Node exporter docker container image version.
222-
# See available tags https://hub.docker.com/r/bitnami/node-exporter/tags.
222+
# See available tags https://hub.docker.com/r/bitnamilegacy/node-exporter/tags.
223223
#NODE_EXPORTER_VERSION=
224224

225225
# Grafana Tempo docker container image version.

.env.sample.mainnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ MEV_RELAYS=https://0xa15b52576bcbf1072f4a011c0f99f9fb6c66f3e1ff321f11f461d15e31b
219219
# This applies to compose-debug.yml only.
220220

221221
# Prometheus Node exporter docker container image version.
222-
# See available tags https://hub.docker.com/r/bitnami/node-exporter/tags.
222+
# See available tags https://hub.docker.com/r/bitnamilegacy/node-exporter/tags.
223223
#NODE_EXPORTER_VERSION=
224224

225225
# Grafana Tempo docker container image version.

compose-debug copy.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
jaeger:
2525
image: jaegertracing/all-in-one:${JAEGER_VERSION:-1.46.0}

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)