diff --git a/compose.override.yaml b/compose.override.yaml index c450817e..73da7389 100644 --- a/compose.override.yaml +++ b/compose.override.yaml @@ -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 diff --git a/docker-compose/common/config/.env b/docker-compose/common/config/.env index 7be91bf1..1d3d4b25 100644 --- a/docker-compose/common/config/.env +++ b/docker-compose/common/config/.env @@ -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 diff --git a/examples/grafana-beyla/README.md b/examples/grafana-beyla/README.md index 510f005d..68f675ff 100644 --- a/examples/grafana-beyla/README.md +++ b/examples/grafana-beyla/README.md @@ -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 diff --git a/examples/grafana-beyla/compose.yaml b/examples/grafana-beyla/compose.yaml index d71b2945..a1d75b4c 100644 --- a/examples/grafana-beyla/compose.yaml +++ b/examples/grafana-beyla/compose.yaml @@ -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 diff --git a/examples/grafana-explore-logs/README.md b/examples/grafana-explore-logs/README.md index 4b4a4ba7..6b69aa52 100644 --- a/examples/grafana-explore-logs/README.md +++ b/examples/grafana-explore-logs/README.md @@ -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: diff --git a/examples/grafana-explore-logs/compose.override.yaml b/examples/grafana-explore-logs/compose.override.yaml index a29687a1..19e5387f 100644 --- a/examples/grafana-explore-logs/compose.override.yaml +++ b/examples/grafana-explore-logs/compose.override.yaml @@ -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: diff --git a/examples/grafana-oncall/README.md b/examples/grafana-oncall/README.md index 1719b8b2..f91e9d1f 100644 --- a/examples/grafana-oncall/README.md +++ b/examples/grafana-oncall/README.md @@ -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" diff --git a/examples/grafana-oncall/compose.yaml b/examples/grafana-oncall/compose.yaml index 0c518adc..f5929b70 100644 --- a/examples/grafana-oncall/compose.yaml +++ b/examples/grafana-oncall/compose.yaml @@ -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"