Skip to content

Commit

Permalink
Updating stackstate version to 7.0.0-snapshot.20241231122308-master-d…
Browse files Browse the repository at this point in the history
…d87177
  • Loading branch information
stackstate-system-user committed Dec 31, 2024
1 parent 0eb393f commit 0a598c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/suse-observability/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "7.0.0-snapshot.20241230103138-master-9555e30"
appVersion: "7.0.0-snapshot.20241231122308-master-dd87177"
version: 2.2.2-pre.18
description: Helm chart for SUSE Observability
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/suse-observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ stackstate/stackstate
| stackstate.components.all.image.pullPolicy | string | `"IfNotPresent"` | The default pullPolicy used for all stateless components of StackState; invividual service `pullPolicy`s can be overriden (see below). |
| 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.repositorySuffix | string | `""` | |
| stackstate.components.all.image.tag | string | `"7.0.0-snapshot.20241230103138-master-9555e30"` | The default tag used for all stateless components of StackState; invividual service `tag`s can be overriden (see below). |
| stackstate.components.all.image.tag | string | `"7.0.0-snapshot.20241231122308-master-dd87177"` | The default tag used for all stateless components of StackState; invividual service `tag`s can be overriden (see below). |
| stackstate.components.all.kafkaEndpoint | string | `""` | **Required if `elasticsearch.enabled` is `false`** Endpoint for shared Kafka broker. |
| stackstate.components.all.metricStore.remoteWritePath | string | `"/api/v1/write"` | Remote write path used to ingest metrics, /api/v1/write is most common |
| stackstate.components.all.metrics.agentAnnotationsEnabled | bool | `true` | Put annotations on each pod to instruct the stackstate agent to scrape the metrics |
Expand Down
2 changes: 1 addition & 1 deletion stable/suse-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ stackstate:
pullPolicy: IfNotPresent
# When changing this value make sure to also update hbase.stackgraph.version to the matching StackGraph version
# stackstate.components.all.image.tag -- The default tag used for all stateless components of StackState; invividual service `tag`s can be overriden (see below).
tag: 7.0.0-snapshot.20241230103138-master-9555e30
tag: 7.0.0-snapshot.20241231122308-master-dd87177
# stackstate.components.all.podAnnotations -- Extra annotations
podAnnotations: {}
metrics:
Expand Down

0 comments on commit 0a598c5

Please sign in to comment.