Skip to content

Commit e3ae721

Browse files
committed
docs: Update ghcr.io/d0ugal/mqtt-exporter Docker tag to v1.26.8
1 parent 815a012 commit e3ae721

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Prometheus exporter for MQTT message monitoring that connects to an MQTT broker and exposes metrics about message counts and connection status.
44

5-
**Image**: `ghcr.io/d0ugal/mqtt-exporter:v1.26.7`
5+
**Image**: `ghcr.io/d0ugal/mqtt-exporter:v1.26.8`
66

77
## Metrics
88

@@ -28,7 +28,7 @@ A Prometheus exporter for MQTT message monitoring that connects to an MQTT broke
2828
version: '3.8'
2929
services:
3030
mqtt-exporter:
31-
image: ghcr.io/d0ugal/mqtt-exporter:v1.26.7
31+
image: ghcr.io/d0ugal/mqtt-exporter:v1.26.8
3232
ports:
3333
- "8080:8080"
3434
environment:
@@ -79,7 +79,7 @@ mqtt:
7979
version: '3.8'
8080
services:
8181
mqtt-exporter:
82-
image: ghcr.io/d0ugal/mqtt-exporter:v1.26.7
82+
image: ghcr.io/d0ugal/mqtt-exporter:v1.26.8
8383
ports:
8484
- "8080:8080"
8585
environment:
@@ -109,7 +109,7 @@ spec:
109109
spec:
110110
containers:
111111
- name: mqtt-exporter
112-
image: ghcr.io/d0ugal/mqtt-exporter:v1.26.7
112+
image: ghcr.io/d0ugal/mqtt-exporter:v1.26.8
113113
ports:
114114
- containerPort: 8080
115115
env:

0 commit comments

Comments
 (0)