Skip to content

Commit dbd4ccb

Browse files
chore(deps): update grafana/grafana docker tag to v13.2.0
1 parent 27e1912 commit dbd4ccb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/example-custom-buckets/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- --enable-feature=native-histograms
1919
- --config.file=/prometheus.yml
2020
grafana:
21-
image: grafana/grafana:13.1.3@sha256:ab5cb380e3ff3172d6c8bd2e7cfd31cce977d2881b260e1f5bc089bf0b759b43
21+
image: grafana/grafana:13.2.0@sha256:3fd54ae1214669f8355f065ec9f6445d5279a3d77095ab048ca045685272429b
2222
network_mode: host
2323
volumes:
2424
- ./docker-compose/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/grafana-datasources.yaml

examples/example-exemplars-tail-sampling/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
command:
6060
- --config.file=/config.yaml
6161
grafana:
62-
image: grafana/grafana:13.1.3@sha256:ab5cb380e3ff3172d6c8bd2e7cfd31cce977d2881b260e1f5bc089bf0b759b43
62+
image: grafana/grafana:13.2.0@sha256:3fd54ae1214669f8355f065ec9f6445d5279a3d77095ab048ca045685272429b
6363
network_mode: host
6464
ports:
6565
- "3000:3000"

examples/example-native-histogram/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- --enable-feature=native-histograms
1919
- --config.file=/prometheus.yml
2020
grafana:
21-
image: grafana/grafana:13.1.3@sha256:ab5cb380e3ff3172d6c8bd2e7cfd31cce977d2881b260e1f5bc089bf0b759b43
21+
image: grafana/grafana:13.2.0@sha256:3fd54ae1214669f8355f065ec9f6445d5279a3d77095ab048ca045685272429b
2222
network_mode: host
2323
volumes:
2424
- ./docker-compose/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/grafana-datasources.yaml

0 commit comments

Comments
 (0)