Skip to content

Commit

Permalink
compose: bump to grafana/alloy 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Sep 28, 2024
1 parent a847eca commit 50145c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ALLOY_CONFIG_FILES_IN_DOCKER = $(subst ./, /data/, $(ALLOY_CONFIG_FILES))
alloy-fmt: ## Uses Grafana Alloy to fmt the config
@for c in $(ALLOY_CONFIG_FILES_IN_DOCKER); do \
echo "$$c"; \
docker run --rm --volume "$(shell pwd):/data" -u $(shell id -u) grafana/alloy:v1.3.1 fmt -w $$c ; \
docker run --rm --volume "$(shell pwd):/data" -u $(shell id -u) grafana/alloy:v1.4.1 fmt -w $$c ; \
done

.PHONY: go-fmt
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/common/compose-include/alloy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
# https://github.com/grafana/alloy
alloy:
depends_on: { gateway: { condition: service_healthy } }
image: ${ALLOY_IMAGE:-docker.io/grafana/alloy:v1.3.1}
image: ${ALLOY_IMAGE:-docker.io/grafana/alloy:v1.4.1}
configs:
- source: alloy_config_file
target: /etc/alloy/config.alloy
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/common/config/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALLOY_IMAGE=grafana/alloy:v1.3.1
ALLOY_IMAGE=grafana/alloy:v1.4.1
LOKI_IMAGE=grafana/loki:3.1.1
GRAFANA_IMAGE=grafana/grafana:11.2.0
TEMPO_IMAGE=grafana/tempo:2.6.0
Expand Down

0 comments on commit 50145c2

Please sign in to comment.