From 876ada039d2fe8b2f9dc37506769e2965b7c58a4 Mon Sep 17 00:00:00 2001 From: David Gomez Date: Fri, 25 Mar 2022 15:17:19 +0100 Subject: [PATCH] [bitnami/dataplatform-bp1] Update zookeeper version (#9553) * [bitnami/dataplatform-bp1] Update zookeeper version * Update kafka and solr Signed-off-by: David Gomez * Update README comment Signed-off-by: David Gomez * Fix typo in README Signed-off-by: David Gomez * [bitnami/dataplatform-bp1] Update components versions Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/dataplatform-bp1/Chart.lock | 16 ++++++++-------- bitnami/dataplatform-bp1/Chart.yaml | 8 ++++---- bitnami/dataplatform-bp1/README.md | 4 ++++ bitnami/dataplatform-bp1/values.yaml | 4 ++-- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/bitnami/dataplatform-bp1/Chart.lock b/bitnami/dataplatform-bp1/Chart.lock index 1a42f463e8..4fc62481d5 100644 --- a/bitnami/dataplatform-bp1/Chart.lock +++ b/bitnami/dataplatform-bp1/Chart.lock @@ -1,21 +1,21 @@ dependencies: - name: zookeeper repository: https://charts.bitnami.com/bitnami - version: 8.1.2 + version: 9.0.0 - name: wavefront repository: https://charts.bitnami.com/bitnami - version: 3.2.2 + version: 3.3.0 - name: spark repository: https://charts.bitnami.com/bitnami - version: 5.9.4 + version: 5.9.5 - name: solr repository: https://charts.bitnami.com/bitnami - version: 3.0.10 + version: 4.0.0 - name: kafka repository: https://charts.bitnami.com/bitnami - version: 15.5.0 + version: 16.0.0 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.12.0 -digest: sha256:83853adc1e41167f28a0e50842ddae1ca2524752506c79ceef4d1f6e888c66a6 -generated: "2022-03-21T07:14:11.871878036Z" + version: 1.13.0 +digest: sha256:fa0456783c3ba31cec2b977366ba925fa124583e7de7948bd362081e117e7a26 +generated: "2022-03-25T11:30:00.387953+01:00" diff --git a/bitnami/dataplatform-bp1/Chart.yaml b/bitnami/dataplatform-bp1/Chart.yaml index c0b1d8b76c..cb21435280 100644 --- a/bitnami/dataplatform-bp1/Chart.yaml +++ b/bitnami/dataplatform-bp1/Chart.yaml @@ -6,7 +6,7 @@ dependencies: - condition: zookeeper.enabled name: zookeeper repository: https://charts.bitnami.com/bitnami - version: 8.x.x + version: 9.x.x - condition: wavefront.enabled name: wavefront repository: https://charts.bitnami.com/bitnami @@ -18,11 +18,11 @@ dependencies: - condition: solr.enabled name: solr repository: https://charts.bitnami.com/bitnami - version: 3.x.x + version: 4.x.x - condition: kafka.enabled name: kafka repository: https://charts.bitnami.com/bitnami - version: 15.x.x + version: 16.x.x - name: common repository: https://charts.bitnami.com/bitnami tags: @@ -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: 10.0.3 +version: 11.0.0 diff --git a/bitnami/dataplatform-bp1/README.md b/bitnami/dataplatform-bp1/README.md index 3fa37916c4..e44054011a 100644 --- a/bitnami/dataplatform-bp1/README.md +++ b/bitnami/dataplatform-bp1/README.md @@ -488,6 +488,10 @@ In order to render complete information about the deployment including all the s ## Upgrading +### To 11.0.0 + +This major updates the Zookeeper, the Kafka subchart, and the Solr subchart to their newest major, 9.0.0, 14.0.0, and 2.0.0 respectively. [Here](https://github.com/bitnami/charts/tree/master/bitnami/zookeeper#to-900), [here](https://github.com/bitnami/charts/tree/master/bitnami/kafka#to-1600), and [here](https://github.com/bitnami/charts/tree/master/bitnami/solr#to-400) you can find more information about the changes introduced in those versions. + ### To 10.0.0 This major release updates the Kafka, Solr and Zookeeper subcharts to their newest major `15.x.x`, `3.x.x` and `8.x.x`, respectively, which contain several changes in the supported values. Also, the new major in Kafka bumps Kafka major version to `3.x` series (check the [upgrade notes](https://github.com/bitnami/charts/blob/master/bitnami/kafka/README.md#to-1500) to obtain more information). diff --git a/bitnami/dataplatform-bp1/values.yaml b/bitnami/dataplatform-bp1/values.yaml index 77f93f3328..d661fea329 100644 --- a/bitnami/dataplatform-bp1/values.yaml +++ b/bitnami/dataplatform-bp1/values.yaml @@ -68,7 +68,7 @@ dataplatform: image: registry: docker.io repository: bitnami/dataplatform-exporter - tag: 1.0.1-scratch-r17 + tag: 1.0.1-scratch-r21 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -427,7 +427,7 @@ dataplatform: image: registry: docker.io repository: bitnami/dataplatform-emitter - tag: 1.0.1-scratch-r18 + tag: 1.0.1-scratch-r22 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images