Skip to content

Commit 096d018

Browse files
committed
Bump StackState and StackGraph versions
1 parent 901c43c commit 096d018

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.20260526142525-master-345bb0b
2+
appVersion: 7.0.0-snapshot.20260527142356-master-f7fa969
33
version: 2.10.1-pre.51
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
@@ -653,7 +653,7 @@ If you encounter issues not covered here:
653653
| 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). |
654654
| 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 |
655655
| stackstate.components.all.image.repositorySuffix | string | `""` | |
656-
| stackstate.components.all.image.tag | string | `"7.0.0-snapshot.20260526142525-master-345bb0b"` | The default tag used for all stateless components of StackState; individual service `tag`s can be overridden (see below). |
656+
| stackstate.components.all.image.tag | string | `"7.0.0-snapshot.20260527142356-master-f7fa969"` | The default tag used for all stateless components of StackState; individual service `tag`s can be overridden (see below). |
657657
| stackstate.components.all.kafkaEndpoint | string | `""` | **Required if `elasticsearch.enabled` is `false`** Endpoint for shared Kafka broker. |
658658
| stackstate.components.all.metrics.agentAnnotationsEnabled | bool | `true` | Put annotations on each pod to instruct the stackstate agent to scrape the metrics |
659659
| stackstate.components.all.metrics.defaultAgentMetricsFilter | string | `"[\"kafka_consumer_consumer_fetch_manager_metrics*\", \"kafka_producer_producer_topic_metrics*\", \"jvm*\", \"akka_http_requests_active\", \"stackstate*\", \"receiver*\", \"stackgraph*\", \"caffeine*\"]"` | |

stable/suse-observability/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ stackstate:
355355
pullPolicy: IfNotPresent
356356
# When changing this value make sure to also update hbase.stackgraph.version to the matching StackGraph version
357357
# stackstate.components.all.image.tag -- The default tag used for all stateless components of StackState; individual service `tag`s can be overridden (see below).
358-
tag: 7.0.0-snapshot.20260526142525-master-345bb0b
358+
tag: 7.0.0-snapshot.20260527142356-master-f7fa969
359359
# stackstate.components.all.podAnnotations -- Extra annotations
360360
podAnnotations: {}
361361
metrics:

0 commit comments

Comments
 (0)