Skip to content

Commit de0033e

Browse files
committed
Updating stackstate version to 7.0.0-snapshot.20251009195131-master-48c0883
1 parent 6152245 commit de0033e

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.20251009122324-master-b2d53e6"
2+
appVersion: "7.0.0-snapshot.20251009195131-master-48c0883"
33
version: 2.6.1-pre.39
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
@@ -524,7 +524,7 @@ stackstate/stackstate
524524
| 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). |
525525
| 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 |
526526
| stackstate.components.all.image.repositorySuffix | string | `""` | |
527-
| 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). |
528528
| stackstate.components.all.kafkaEndpoint | string | `""` | **Required if `elasticsearch.enabled` is `false`** Endpoint for shared Kafka broker. |
529529
| stackstate.components.all.metricStore.remoteWritePath | string | `"/api/v1/write"` | Remote write path used to ingest metrics, /api/v1/write is most common |
530530
| 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
@@ -230,7 +230,7 @@ stackstate:
230230
pullPolicy: IfNotPresent
231231
# When changing this value make sure to also update hbase.stackgraph.version to the matching StackGraph version
232232
# 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
234234
# stackstate.components.all.podAnnotations -- Extra annotations
235235
podAnnotations: {}
236236
metrics:

0 commit comments

Comments
 (0)