You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stable/suse-observability/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -755,7 +755,7 @@ If you encounter issues not covered here:
755
755
| stackstate.components.all.image.pullPolicy | string | `"IfNotPresent"` | The default pullPolicy used for all stateless components of StackState; individual service `pullPolicy`s can be overridden (see below). |
756
756
| stackstate.components.all.image.registry | string | `"quay.io"` | Base container image registry for all StackState containers, except for the wait container and the container-tools container |
| stackstate.components.all.image.tag | string | `"7.0.0-snapshot.20260227084728-master-f8e1c19"` | The default tag used for all stateless components of StackState; individual service `tag`s can be overridden (see below). |
758
+
| stackstate.components.all.image.tag | string | `"7.0.0-snapshot.20260227114630-master-dfb9ea3"` | The default tag used for all stateless components of StackState; individual service `tag`s can be overridden (see below). |
759
759
| stackstate.components.all.kafkaEndpoint | string | `""` | **Required if `elasticsearch.enabled` is `false`** Endpoint for shared Kafka broker. |
760
760
| stackstate.components.all.metricStore.remoteWritePath | string | `"/api/v1/write"` | Remote write path used to ingest metrics, /api/v1/write is most common |
761
761
| stackstate.components.all.metrics.agentAnnotationsEnabled | bool | `true` | Put annotations on each pod to instruct the stackstate agent to scrape the metrics |
Copy file name to clipboardExpand all lines: stable/suse-observability/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ stackstate:
275
275
pullPolicy: IfNotPresent
276
276
# When changing this value make sure to also update hbase.stackgraph.version to the matching StackGraph version
277
277
# stackstate.components.all.image.tag -- The default tag used for all stateless components of StackState; individual service `tag`s can be overridden (see below).
278
-
tag: 7.0.0-snapshot.20260227084728-master-f8e1c19
278
+
tag: 7.0.0-snapshot.20260227114630-master-dfb9ea3
279
279
# stackstate.components.all.podAnnotations -- Extra annotations
0 commit comments