diff --git a/stable/hbase/Chart.yaml b/stable/hbase/Chart.yaml index 01ffe508..b67af6f7 100644 --- a/stable/hbase/Chart.yaml +++ b/stable/hbase/Chart.yaml @@ -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 diff --git a/stable/hbase/README.md b/stable/hbase/README.md index 7b444094..3f600435 100644 --- a/stable/hbase/README.md +++ b/stable/hbase/README.md @@ -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:** @@ -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. | diff --git a/stable/hbase/values.yaml b/stable/hbase/values.yaml index 5f8db0fd..4aa112db 100644 --- a/stable/hbase/values.yaml +++ b/stable/hbase/values.yaml @@ -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 diff --git a/stable/suse-observability/Chart.lock b/stable/suse-observability/Chart.lock index 807dd02d..ea69b1ae 100644 --- a/stable/suse-observability/Chart.lock +++ b/stable/suse-observability/Chart.lock @@ -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 @@ -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" diff --git a/stable/suse-observability/Chart.yaml b/stable/suse-observability/Chart.yaml index 0c6f853f..4ba18d63 100644 --- a/stable/suse-observability/Chart.yaml +++ b/stable/suse-observability/Chart.yaml @@ -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 @@ -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 diff --git a/stable/suse-observability/README.md b/stable/suse-observability/README.md index 46b01b2f..402967b3 100644 --- a/stable/suse-observability/README.md +++ b/stable/suse-observability/README.md @@ -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:** @@ -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 | * | @@ -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"` | | diff --git a/stable/suse-observability/values.yaml b/stable/suse-observability/values.yaml index 560b251b..24aa3ade 100644 --- a/stable/suse-observability/values.yaml +++ b/stable/suse-observability/values.yaml @@ -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