Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ $ oc get pod -l "app=grafana" -ojsonpath='{.items[0].spec.containers[0].image}'
docker.io/grafana/grafana:7.3.10
----

. If the running image is older than 8.1.0, patch the Grafana object to update the image:
. If the running image is older than 8.1.0, patch the ServiceTelemetry object to update the image:
+
[source,bash,options="nowrap"]
----
$ oc patch grafana/default --type merge -p '{"spec":{"baseImage":"docker.io/grafana/grafana:8.1.0"}}'
$ oc patch stf/default --type merge -p '{"spec":{"graphing":{"grafana":{"baseImage":"docker.io/grafana/grafana:8.1.5"}}}}'
----
+
The Grafana deployment restarts.
Service Telemetry Operator updates the Grafana manifest, resulting in the Grafana deployment restarting.

. Verify that a new Grafana pod exists and has a `STATUS` value of `Running`:
+
Expand Down