Skip to content

Commit 8d54e6b

Browse files
committed
chore: [#434] fix stale Grafana version in doc comment
1 parent b5ae273 commit 8d54e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/infrastructure/templating/docker_compose/template/wrappers/docker_compose/context

src/infrastructure/templating/docker_compose/template/wrappers/docker_compose/context/grafana.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use super::service_topology::ServiceTopology;
1818
/// Uses `ServiceTopology` to share the common topology structure with other services.
1919
#[derive(Serialize, Debug, Clone)]
2020
pub struct GrafanaServiceContext {
21-
/// Docker image reference (e.g. `grafana/grafana:12.4.2`)
21+
/// Docker image reference (e.g. `grafana/grafana:13.0.0`)
2222
pub image: String,
2323

2424
/// Service topology (ports and networks)

0 commit comments

Comments
 (0)