chore(deps): update grafana/grafana-oss docker tag to v10.4.3 (#3510)
This commit is contained in:
parent
f0a2d9ecc4
commit
ebe525fceb
|
@ -5,18 +5,13 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "grafana",
|
"id": "grafana",
|
||||||
"tipi_version": 26,
|
"tipi_version": 27,
|
||||||
"version": "10.4.2",
|
"version": "10.4.3",
|
||||||
"categories": [
|
"categories": ["data"],
|
||||||
"data"
|
|
||||||
],
|
|
||||||
"description": "The open and composable observability and data visualization platform",
|
"description": "The open and composable observability and data visualization platform",
|
||||||
"short_desc": "The open and composable observability and data visualization platform",
|
"short_desc": "The open and composable observability and data visualization platform",
|
||||||
"author": "Grafana Labs",
|
"author": "Grafana Labs",
|
||||||
"source": "https://github.com/grafana/grafana",
|
"source": "https://github.com/grafana/grafana",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
grafana:
|
grafana:
|
||||||
container_name: grafana
|
container_name: grafana
|
||||||
image: grafana/grafana-oss:10.4.2
|
image: grafana/grafana-oss:10.4.3
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:3000
|
- ${APP_PORT}:3000
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user