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
@@ -524,7 +524,7 @@ stackstate/stackstate
524
524
| 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). |
525
525
| 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.20251009122324-master-b2d53e6"`| The default tag used for all stateless components of StackState; individual service `tag`s can be overridden (see below). |
527
+
| stackstate.components.all.image.tag | string |`"7.0.0-snapshot.20251009195131-master-48c0883"`| The default tag used for all stateless components of StackState; individual service `tag`s can be overridden (see below). |
528
528
| stackstate.components.all.kafkaEndpoint | string |`""`|**Required if `elasticsearch.enabled` is `false`** Endpoint for shared Kafka broker. |
529
529
| stackstate.components.all.metricStore.remoteWritePath | string |`"/api/v1/write"`| Remote write path used to ingest metrics, /api/v1/write is most common |
530
530
| 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
@@ -230,7 +230,7 @@ stackstate:
230
230
pullPolicy: IfNotPresent
231
231
# When changing this value make sure to also update hbase.stackgraph.version to the matching StackGraph version
232
232
# stackstate.components.all.image.tag -- The default tag used for all stateless components of StackState; individual service `tag`s can be overridden (see below).
233
-
tag: 7.0.0-snapshot.20251009122324-master-b2d53e6
233
+
tag: 7.0.0-snapshot.20251009195131-master-48c0883
234
234
# stackstate.components.all.podAnnotations -- Extra annotations
0 commit comments