fix: update grafana images
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 33s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 20s
Deploy to Staging / Verify Staging (pull_request) Successful in 2m37s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped

This commit is contained in:
Eric Gullickson
2026-02-05 19:49:06 -06:00
parent 09f856958c
commit 1c50c0c740
2 changed files with 2 additions and 4 deletions

View File

@@ -317,7 +317,7 @@ services:
# Log Aggregation - Grafana
mvp-grafana:
image: ${REGISTRY_MIRRORS:-git.motovaultpro.com/egullickson/mirrors}/grafana/grafana:12.4.0
image: ${REGISTRY_MIRRORS:-git.motovaultpro.com/egullickson/mirrors}/grafana/grafana:12.4.0-21693836646
container_name: mvp-grafana
restart: unless-stopped
environment:

View File

@@ -15,11 +15,9 @@ IMAGES=(
"redis:8.4-alpine"
"traefik:v3.6"
"python:3.13-slim"
"docker:24.0"
"docker:24.0-dind"
"grafana/loki:3.6.1"
"grafana/alloy:v1.12.2"
"grafana/grafana:12.4.0"
"grafana/grafana:12.4.0-21693836646"
)
echo "========================================"