Skip to content

Commit

Permalink
examples to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Jun 5, 2024
1 parent 41ab2eb commit f6cf2a1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.3
image: grafana/beyla:1.6.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.6.2
image: grafana/beyla:1.6.3
volumes:
- ./beyla/beyla-config.yml/:/configs/beyla-config.yml
- ./sys-kernel-security:/sys/kernel/security
Expand Down
6 changes: 3 additions & 3 deletions examples/grafana-explore-logs/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/grafana-oncall/compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
GF_INSTALL_PLUGINS: grafana-oncall-app v1.6.1, redis-app v2.2.1
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.5.4
image: &oncallImage grafana/oncall:v1.6.1
restart: always
ports:
# - "8080"
Expand Down

0 comments on commit f6cf2a1

Please sign in to comment.