Skip to content

Commit ca51d37

Browse files
committed
Updating stackstate version to 7.0.0-snapshot.20260227114630-master-dfb9ea3
1 parent decad45 commit ca51d37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stable/suse-observability/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "7.0.0-snapshot.20260227084728-master-f8e1c19"
2+
appVersion: "7.0.0-snapshot.20260227114630-master-dfb9ea3"
33
version: 2.7.1-pre.102
44
description: Helm chart for SUSE Observability
55
keywords:

stable/suse-observability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ If you encounter issues not covered here:
755755
| 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). |
756756
| 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 |
757757
| stackstate.components.all.image.repositorySuffix | string | `""` | |
758-
| 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). |
759759
| stackstate.components.all.kafkaEndpoint | string | `""` | **Required if `elasticsearch.enabled` is `false`** Endpoint for shared Kafka broker. |
760760
| stackstate.components.all.metricStore.remoteWritePath | string | `"/api/v1/write"` | Remote write path used to ingest metrics, /api/v1/write is most common |
761761
| stackstate.components.all.metrics.agentAnnotationsEnabled | bool | `true` | Put annotations on each pod to instruct the stackstate agent to scrape the metrics |

stable/suse-observability/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ stackstate:
275275
pullPolicy: IfNotPresent
276276
# When changing this value make sure to also update hbase.stackgraph.version to the matching StackGraph version
277277
# 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
279279
# stackstate.components.all.podAnnotations -- Extra annotations
280280
podAnnotations: {}
281281
metrics:

0 commit comments

Comments
 (0)