Skip to content

Commit

Permalink
Bump up deps
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>

bump to grafana:11.0.0

Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed May 14, 2024
1 parent 65680b1 commit 8cb1e42
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
metrics.grafana.com/scrape: true
profiles.grafana.com/service_name: grafana
profiles.grafana.com/port: 6060
image: ${GRAFANA_IMAGE:-docker.io/grafana/grafana:11.0.0-preview}
image: ${GRAFANA_IMAGE:-docker.io/grafana/grafana:11.0.0}
volumes:
- ./monitoring-mixins/loki-mixin/deploy/dashboards_out:/var/lib/grafana/dashboards/loki-mixin
- ./monitoring-mixins/tempo-mixin/deploy/dashboards_out:/var/lib/grafana/dashboards/tempo-mixin
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/common/config/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ALLOY_IMAGE=grafana/alloy:v1.0.0
AGENT_IMAGE=grafana/agent:v0.40.3
LOKI_IMAGE=grafana/loki:3.0.0
GRAFANA_IMAGE=grafana/grafana:11.0.0-preview
GRAFANA_IMAGE=grafana/grafana:11.0.0
TEMPO_IMAGE=grafana/tempo:2.4.1
MIMIR_IMAGE=grafana/mimir:2.12.0
MIMIRTOOL_IMAGE=grafana/mimirtool:2.12.0
Expand Down
2 changes: 1 addition & 1 deletion examples/grafana-beyla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
# Beyla for NGINX gateway
gateway-beyla:
depends_on: { gateway: { condition: service_started } }
image: grafana/beyla:1.5.2
image: grafana/beyla:1.5.3
volumes:
- ./beyla/beyla-config.yml/:/configs/beyla-config.yml
- ./sys-kernel-security:/sys/kernel/security
Expand Down
2 changes: 1 addition & 1 deletion examples/grafana-beyla/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
# Beyla for NGINX gateway
gateway-beyla:
depends_on: { gateway: { condition: service_started } }
image: grafana/beyla:1.5.2
image: grafana/beyla:1.5.3
volumes:
- ./beyla/beyla-config.yml/:/configs/beyla-config.yml
- ./sys-kernel-security:/sys/kernel/security
Expand Down
2 changes: 1 addition & 1 deletion examples/grafana-explore-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include:
services:
# override included service grafana environment
grafana:
image: ${GRAFANA_IMAGE:-docker.io/grafana/grafana:11.0.0-preview}
image: ${GRAFANA_IMAGE:-docker.io/grafana/grafana:11.0.0}
volumes:
- ./grafana/provisioning/plugins/grafana-lokiexplore-app.yaml:/etc/grafana/provisioning/plugins/grafana-lokiexplore-app.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion examples/grafana-explore-logs/compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
# override included service grafana environment
grafana:
image: ${GRAFANA_IMAGE:-docker.io/grafana/grafana:11.0.0-preview}
image: ${GRAFANA_IMAGE:-docker.io/grafana/grafana:11.0.0}
volumes:
- ./grafana/provisioning/plugins/grafana-lokiexplore-app.yaml:/etc/grafana/provisioning/plugins/grafana-lokiexplore-app.yaml
environment:
Expand Down
2 changes: 1 addition & 1 deletion examples/grafana-oncall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
condition: service_completed_successfully
redis:
condition: service_healthy
image: &oncallImage grafana/oncall:v1.4.3
image: &oncallImage grafana/oncall:v1.4.7
restart: always
ports:
- "8080"
Expand Down
2 changes: 1 addition & 1 deletion examples/grafana-oncall/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
condition: service_completed_successfully
redis:
condition: service_healthy
image: &oncallImage grafana/oncall:v1.4.3
image: &oncallImage grafana/oncall:v1.4.7
restart: always
ports:
# - "8080"
Expand Down

0 comments on commit 8cb1e42

Please sign in to comment.