docs: pin the shipped dashboard by release tag - #365
Merged
Merged
Conversation
The dashboard ships with every release as a release asset and as an OCI artifact at the app's tag, so the README's dashboard section says how to pin it the way the image is pinned: the release asset URL for grafana-operator spec.url, the Grafana Helm chart and Terraform, and the OCI reference for grafana-operator spec.oci, with the uid kept stable so a re-import updates in place.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The dashboard ships with every release as a release asset (
grafana-dashboard.json, its.sha256, a cosign bundle) and as an OCI artifactghcr.io/cplieger/<repo>/dashboard:<tag>, so the README's dashboard section now says how to pin it the way the image is pinned: the release asset URL for grafana-operatorspec.url, the Grafana Helm chart and Terraform, and the OCI reference for grafana-operatorspec.oci, with aGrafanaDashboardsnippet. Theuidis stable, so a re-import updates in place.Tested
markdownlint-cli2with the fleet config: clean. The OCI artifact and the release assets referenced resolve for the current tag (anonymous GHCR manifest read andgh release view). Docs-only change, release-inert.