chore(deps): update grafana/grafana-oss docker tag to v10.4.3 (#3510)

This commit is contained in:
renovate[bot] 2024-05-19 17:16:14 +00:00 committed by GitHub
parent f0a2d9ecc4
commit ebe525fceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,18 +5,13 @@
"available": true,
"exposable": true,
"id": "grafana",
"tipi_version": 26,
"version": "10.4.2",
"categories": [
"data"
],
"tipi_version": 27,
"version": "10.4.3",
"categories": ["data"],
"description": "The open and composable observability and data visualization platform",
"short_desc": "The open and composable observability and data visualization platform",
"author": "Grafana Labs",
"source": "https://github.com/grafana/grafana",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -3,7 +3,7 @@ version: "3"
services:
grafana:
container_name: grafana
image: grafana/grafana-oss:10.4.2
image: grafana/grafana-oss:10.4.3
ports:
- ${APP_PORT}:3000
volumes: