mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/*] Update zookeeper deps (#6730)
* Update Kafka * Update Solr * Update Dataplatform
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
dependencies:
|
||||
- name: kafka
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.17.6
|
||||
version: 12.20.0
|
||||
- name: spark
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 5.4.2
|
||||
version: 5.5.2
|
||||
- name: solr
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 0.3.3
|
||||
version: 0.4.0
|
||||
- name: zookeeper
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.7.2
|
||||
version: 7.0.1
|
||||
- name: wavefront
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 3.1.1
|
||||
version: 3.1.2
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.5.1
|
||||
digest: sha256:3867044ae0a3172f0766d87ebc0340534de4a9d6b948a09a5700bafd046c9406
|
||||
generated: "2021-05-19T11:44:16.954116385Z"
|
||||
version: 1.6.1
|
||||
digest: sha256:8364aabb82a80b531404c462dc1c7f46c6b7dd1fb5358458d1c92416860016a3
|
||||
generated: "2021-06-22T17:17:35.218745+02:00"
|
||||
|
||||
@@ -18,7 +18,7 @@ dependencies:
|
||||
- condition: zookeeper.enabled
|
||||
name: zookeeper
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.x.x
|
||||
version: 7.x.x
|
||||
- condition: wavefront.enabled
|
||||
name: wavefront
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -59,4 +59,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wavefront-proxy
|
||||
- https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes
|
||||
- https://github.com/wavefrontHQ/wavefront-proxy
|
||||
version: 4.0.0
|
||||
version: 5.0.0
|
||||
|
||||
@@ -16,7 +16,7 @@ Helm chart blueprint for this data platform deployment, covering:
|
||||
- Pod placement rules – Affinity rules to ensure placement diversity to prevent single point of failures and optimize load distribution
|
||||
- Pod resource sizing rules – Optimized Pod and JVM sizing settings for optimal performance and efficient resource usage
|
||||
- Default settings to ensure Pod access security
|
||||
- Optional [Tanzu Observability](https://docs.wavefront.com/kubernetes.html) framework configuration
|
||||
- Optional [Tanzu Observability](https://docs.wavefront.com/kubernetes.html) framework configuration
|
||||
|
||||
In addition to the Pod resource optimizations, this blueprint is validated and tested to provide Kubernetes node count and sizing recommendations [(see Kubernetes Cluster Requirements)](#kubernetes-cluster-requirements) to facilitate cloud platform capacity planning. The goal is optimize the number of required Kubernetes nodes in order to optimize server resource usage and, at the same time, ensuring runtime and resource diversity.
|
||||
|
||||
@@ -201,7 +201,7 @@ In case you need to deploy the data platform with [Tanzu Observability](https://
|
||||
```console
|
||||
$ helm install my-release bitnami/dataplatform-bp1 \
|
||||
--set kafka.metrics.kafka.enabled=true \
|
||||
--set kafka.metrics.jmx.enabled=true \
|
||||
--set kafka.metrics.jmx.enabled=true \
|
||||
--set spark.metrics.enabled=true \
|
||||
--set solr.exporter.enabled=true \
|
||||
--set wavefront.enabled=true \
|
||||
@@ -234,6 +234,10 @@ In order to render complete information about the deployment including all the s
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 5.0.0
|
||||
|
||||
This major updates the Zookeeper subchart to it newest major, 7.0.0, which renames all TLS-related settings. For more information on this subchart's major, please refer to [zookeeper upgrade notes](https://github.com/bitnami/charts/tree/master/bitnami/zookeeper#to-700).
|
||||
|
||||
### To 4.0.0
|
||||
|
||||
This major version updates the prefixes of individual applications metrics in Wavefront Collectors which are fed to Tanzu observability in order to light up the individual dashboards of Kafka, Spark and Solr on Tanzu Observability platform.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.5.2
|
||||
version: 1.6.1
|
||||
- name: zookeeper
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.7.4
|
||||
digest: sha256:f57a94df71f70c7e3270355b97e0527db8757367096e9bd1778e807e1c108778
|
||||
generated: "2021-06-03T09:14:37.481926135Z"
|
||||
version: 7.0.1
|
||||
digest: sha256:645a088d1d15ac6e02f23ff2265ed10d635e6c66e7ff6ad2d682e41bc2b5f1e1
|
||||
generated: "2021-06-22T17:04:52.465824+02:00"
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies:
|
||||
- condition: zookeeper.enabled
|
||||
name: zookeeper
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.x.x
|
||||
version: 7.x.x
|
||||
description: Apache Kafka is a distributed streaming platform.
|
||||
engine: gotpl
|
||||
home: https://github.com/bitnami/charts/tree/master/bitnami/kafka
|
||||
@@ -29,4 +29,4 @@ name: kafka
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-kafka
|
||||
- https://kafka.apache.org/
|
||||
version: 12.20.0
|
||||
version: 13.0.0
|
||||
|
||||
@@ -628,6 +628,10 @@ Find more information about how to deal with common errors related to Bitnami’
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 13.0.0
|
||||
|
||||
This major updates the Zookeeper subchart to it newest major, 7.0.0, which renames all TLS-related settings. For more information on this subchart's major, please refer to [zookeeper upgrade notes](https://github.com/bitnami/charts/tree/master/bitnami/zookeeper#to-700).
|
||||
|
||||
### To 12.2.0
|
||||
|
||||
This version also introduces `bitnami/common`, a [library chart](https://helm.sh/docs/topics/library_charts/#helm) as a dependency. More documentation about this new utility could be found [here](https://github.com/bitnami/charts/tree/master/bitnami/common#bitnami-common-library-chart). Please, make sure that you have updated the chart dependencies before executing any upgrade.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: zookeeper
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.7.2
|
||||
version: 7.0.1
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.5.2
|
||||
digest: sha256:278ca898cce9a40cf8919640b9ef8628bf44f4d8972dd7b1ec9bbbadfa3c3288
|
||||
generated: "2021-05-26T16:07:46.992058881Z"
|
||||
version: 1.6.1
|
||||
digest: sha256:0e9aebab4692c2e20443c57f1c852033ae987062e91504ec670add7a44e97f5c
|
||||
generated: "2021-06-22T17:14:08.581126+02:00"
|
||||
|
||||
@@ -6,7 +6,7 @@ dependencies:
|
||||
- condition: zookeeper.enabled
|
||||
name: zookeeper
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.x.x
|
||||
version: 7.x.x
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
tags:
|
||||
@@ -27,4 +27,4 @@ name: solr
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-solr
|
||||
- https://lucene.apache.org/solr/
|
||||
version: 0.4.0
|
||||
version: 1.0.0
|
||||
|
||||
@@ -351,3 +351,9 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
|
||||
## Troubleshooting
|
||||
|
||||
Find more information about how to deal with common errors related to Bitnami’s Helm charts in [this troubleshooting guide](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues).
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 1.0.0
|
||||
|
||||
This major updates the Zookeeper subchart to it newest major, 7.0.0, which renames all TLS-related settings. For more information on this subchart's major, please refer to [zookeeper upgrade notes](https://github.com/bitnami/charts/tree/master/bitnami/zookeeper#to-700).
|
||||
|
||||
Reference in New Issue
Block a user