Skip to content

Commit

Permalink
chore(stackstate): Upgrade StackGraph to version 7.7.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
stackstate-system-user committed Oct 28, 2024
1 parent c994776 commit 23d1bcd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion stable/hbase/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 1.2.12
version: 0.2.43
version: 0.2.44
description: Helm chart for StackState HBase -- includes Zookeeper, and Hadoop for persistent storage.
keywords:
- aiops
Expand Down
4 changes: 2 additions & 2 deletions stable/hbase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Helm chart for StackState HBase -- includes Zookeeper, and Hadoop for persistent storage.

Current chart version is `0.2.43`
Current chart version is `0.2.44`

**Homepage:** <https://gitlab.com/stackvista/devops/helm-charts.git>

Expand Down Expand Up @@ -143,7 +143,7 @@ Current chart version is `0.2.43`
| stackgraph.securityContext.runAsGroup | int | `65534` | GID of the Linux group to use for all pod. |
| stackgraph.securityContext.runAsUser | int | `65534` | UID of the Linux user to use for all pod. |
| stackgraph.tolerations | list | `[]` | Toleration labels for pod assignment. |
| stackgraph.version | string | `"7.7.6"` | Version of stackgraph to use |
| stackgraph.version | string | `"7.7.7"` | Version of stackgraph to use |
| statefulset.antiAffinity.strategy | string | `"soft"` | AntiAffinity strategy to use for all StatefulSets. |
| statefulset.antiAffinity.topologyKey | string | `"kubernetes.io/hostname"` | AntiAffinity topology key to use for all StatefulSets. |
| tephra.affinity | object | `{}` | Affinity settings for pod assignment. |
Expand Down
2 changes: 1 addition & 1 deletion stable/hbase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ stackgraph:
# stackgraph.tolerations -- Toleration labels for pod assignment.
tolerations: []
# stackgraph.version -- Version of stackgraph to use
version: 7.7.6
version: 7.7.7
console:
# console.enabled -- Enable / disable deployment of the stackgraph-console for debugging.
enabled: true
Expand Down
6 changes: 3 additions & 3 deletions stable/suse-observability/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
version: 8.11.4-stackstate.3
- name: hbase
repository: file://../hbase/
version: 0.2.43
version: 0.2.44
- name: kafka
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 19.1.3
Expand Down Expand Up @@ -41,5 +41,5 @@ dependencies:
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.80.0
digest: sha256:6af3fc36b382c310441d73292c47a0e16dc08d20892601d24a908d17a7075e13
generated: "2024-10-28T09:49:59.785202434+01:00"
digest: sha256:1f6fa99661fe2daf6a9c1277ad155dd3686326702e086b689fc1a72e611b790b
generated: "2024-10-28T13:44:26.164165401Z"
4 changes: 2 additions & 2 deletions stable/suse-observability/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "7.0.0-snapshot.20241023133226-master-a9f30a7"
version: 2.0.3-pre.47
version: 2.0.3-pre.48
description: Helm chart for SUSE Observability
keywords:
- kubernetes
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies:
- name: hbase
condition: hbase.enabled
repository: file://../hbase/
version: "0.2.43"
version: "0.2.44"
- name: kafka
condition: kafka.enabled
# Bitnami official Helm repository stopped serving the old versions of the charts. This is the workaround https://github.com/bitnami/charts/issues/10539
Expand Down
6 changes: 3 additions & 3 deletions stable/suse-observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Helm chart for SUSE Observability

Current chart version is `2.0.3-pre.47`
Current chart version is `2.0.3-pre.48`

**Homepage:** <https://gitlab.com/stackvista/stackstate.git>

Expand All @@ -12,7 +12,7 @@ Current chart version is `2.0.3-pre.47`
|------------|------|---------|
| file://../common/ | common | * |
| file://../elasticsearch/ | elasticsearch | 8.11.4-stackstate.3 |
| file://../hbase/ | hbase | 0.2.43 |
| file://../hbase/ | hbase | 0.2.44 |
| file://../kafkaup-operator/ | kafkaup-operator | * |
| file://../minio/ | minio | 8.0.10-stackstate.8 |
| file://../pull-secret/ | pull-secret | * |
Expand Down Expand Up @@ -236,7 +236,7 @@ stackstate/stackstate
| hbase.hdfs.secondarynamenode.resources.requests.cpu | string | `"50m"` | |
| hbase.hdfs.secondarynamenode.resources.requests.ephemeral-storage | string | `"1Mi"` | |
| hbase.hdfs.secondarynamenode.resources.requests.memory | string | `"1Gi"` | |
| hbase.stackgraph.version | string | `"7.7.6"` | The StackGraph server version, must be compatible with the StackState version |
| hbase.stackgraph.version | string | `"7.7.7"` | The StackGraph server version, must be compatible with the StackState version |
| hbase.tephra.replicaCount | int | `2` | Number of Tephra replicas. |
| hbase.tephra.resources.limits.cpu | string | `"500m"` | |
| hbase.tephra.resources.limits.ephemeral-storage | string | `"1Gi"` | |
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 @@ -1574,7 +1574,7 @@ hbase:
agentAnnotationsEnabled: true
stackgraph:
# hbase.stackgraph.version -- The StackGraph server version, must be compatible with the StackState version
version: 7.7.6
version: 7.7.7
console:
# hbase.console.enabled -- Enabled by default for debugging, but with 0 replicas. Manually scale up to 1 replica and open a shell in the container to access the stackgraph console.
enabled: true
Expand Down

0 comments on commit 23d1bcd

Please sign in to comment.