From f6cf2a108180a1c90ca6b72ee9b4c819e0a9755d Mon Sep 17 00:00:00 2001 From: Weifeng Wang Date: Wed, 5 Jun 2024 13:26:21 +0800 Subject: [PATCH] examples to latest Signed-off-by: Weifeng Wang --- examples/grafana-beyla/README.md | 2 +- examples/grafana-beyla/compose.yaml | 2 +- examples/grafana-explore-logs/compose.yaml | 6 +++--- examples/grafana-oncall/compose.override.yaml | 2 +- examples/grafana-oncall/compose.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/grafana-beyla/README.md b/examples/grafana-beyla/README.md index 68f675ff..c2b696e3 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.3 + image: grafana/beyla:1.6.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 098514d2..24513d4c 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.6.2 + image: grafana/beyla:1.6.3 volumes: - ./beyla/beyla-config.yml/:/configs/beyla-config.yml - ./sys-kernel-security:/sys/kernel/security diff --git a/examples/grafana-explore-logs/compose.yaml b/examples/grafana-explore-logs/compose.yaml index a5984a60..3c976bb8 100644 --- a/examples/grafana-explore-logs/compose.yaml +++ b/examples/grafana-explore-logs/compose.yaml @@ -10,7 +10,7 @@ # include is available in Docker Compose version 2.20 and later, and Docker Desktop version 4.22 and later. # docs: https://docs.docker.com/compose/multiple-compose-files/include/#include-and-overrides include: -- path: https://github.com/qclaogui/codelab-monitoring.git#main:docker-compose/monolithic-mode/logs/compose.yaml +# - path: https://github.com/qclaogui/codelab-monitoring.git#main:docker-compose/monolithic-mode/logs/compose.yaml -# # use local path -# - path: ../../docker-compose/monolithic-mode/logs/compose.yaml +# use local path +- path: ../../docker-compose/monolithic-mode/logs/compose.yaml diff --git a/examples/grafana-oncall/compose.override.yaml b/examples/grafana-oncall/compose.override.yaml index 9e7f0ada..51ae52ac 100644 --- a/examples/grafana-oncall/compose.override.yaml +++ b/examples/grafana-oncall/compose.override.yaml @@ -10,4 +10,4 @@ services: GF_SECURITY_ADMIN_USER: oncall GF_SECURITY_ADMIN_PASSWORD: oncall GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: grafana-oncall-app, redis-app - GF_INSTALL_PLUGINS: grafana-oncall-app v1.5.4, redis-app v2.2.1 \ No newline at end of file + GF_INSTALL_PLUGINS: grafana-oncall-app v1.6.1, redis-app v2.2.1 \ No newline at end of file diff --git a/examples/grafana-oncall/compose.yaml b/examples/grafana-oncall/compose.yaml index fef6f803..9e8573e2 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.5.4 + image: &oncallImage grafana/oncall:v1.6.1 restart: always ports: # - "8080"