From 3078d1a11aaa23a501cbb1711dca73df9a6fdb80 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Mon, 20 Jan 2025 10:17:49 +0100 Subject: [PATCH] Grafana: Mark container as updateable (#1603) --- json/grafana.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/grafana.json b/json/grafana.json index beea3c13c..20314c174 100644 --- a/json/grafana.json +++ b/json/grafana.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 3000, "documentation": null,