fix(grafana): manifest and curation move onto the fleet trust floor
The signed catalog has homed grafana at lfg2025/grafana:10.2.0 in the fleet registry all along; the manifest still pulled Docker Hub's grafana/grafana, so the repo-mismatch guard (correctly) discarded the catalog image on every tick and warned every ~75s on every node. Registry verified to carry the image; aligning the repo path makes the already-signed catalog entry effective — no re-signing needed, no behavioural change beyond pull source. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
604722c96c
commit
dbe37f7ffe
@@ -390,7 +390,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"category": "data",
|
||||
"tier": "recommended",
|
||||
"dockerImage": "grafana/grafana:10.2.0",
|
||||
"dockerImage": "source.archipelago-foundation.org/lfg2025/grafana:10.2.0",
|
||||
"repoUrl": "https://github.com/grafana/grafana",
|
||||
"containerConfig": {
|
||||
"ports": [
|
||||
|
||||
Reference in New Issue
Block a user