From 9a44ee2039b58164d14dbefda705324a5aef8ccd Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 17 Feb 2022 11:19:52 +0000 Subject: [PATCH] [bitnami/zookeeper] Release 8.0.2 updating components versions Signed-off-by: Bitnami Containers --- bitnami/zookeeper/Chart.lock | 6 +++--- bitnami/zookeeper/Chart.yaml | 4 ++-- bitnami/zookeeper/README.md | 10 +++++++--- bitnami/zookeeper/values.yaml | 4 ++-- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bitnami/zookeeper/Chart.lock b/bitnami/zookeeper/Chart.lock index da4f593869..9f62de571f 100644 --- a/bitnami/zookeeper/Chart.lock +++ b/bitnami/zookeeper/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.10.3 -digest: sha256:710e8247ae70ea63a2fb2fde4320511ff28c7b5c7a738861427f104a7718bdf4 -generated: "2021-12-25T07:55:41.453683373Z" + version: 1.11.1 +digest: sha256:a000bcd4d4cdd813c67d633b5523b4a4cd478fb95f1cae665d9b0ba5c45b40e2 +generated: "2022-02-16T22:17:09.366473255Z" diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index 616f643d58..a7fa318a8d 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -8,7 +8,7 @@ dependencies: tags: - bitnami-common version: 1.x.x -description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications. +description: Apache ZooKeeper provides a reliable, centralized register of configuration data and services for distributed applications. engine: gotpl home: https://github.com/bitnami/charts/tree/master/bitnami/zookeeper icon: https://bitnami.com/assets/stacks/zookeeper/img/zookeeper-stack-220x234.png @@ -21,4 +21,4 @@ name: zookeeper sources: - https://github.com/bitnami/bitnami-docker-zookeeper - https://zookeeper.apache.org/ -version: 8.0.1 +version: 8.0.2 diff --git a/bitnami/zookeeper/README.md b/bitnami/zookeeper/README.md index df67779a9e..afa3b0b142 100644 --- a/bitnami/zookeeper/README.md +++ b/bitnami/zookeeper/README.md @@ -1,9 +1,13 @@ -# ZooKeeper +# Apache ZooKeeper packaged by Bitnami -[ZooKeeper](https://zookeeper.apache.org/) is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or other by distributed applications. +Apache ZooKeeper provides a reliable, centralized register of configuration data and services for distributed applications. +[Overview of Apache ZooKeeper](https://zookeeper.apache.org) + +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. + ## TL;DR ```console @@ -490,4 +494,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml index 6ac99346cc..4a6c2c1b68 100644 --- a/bitnami/zookeeper/values.yaml +++ b/bitnami/zookeeper/values.yaml @@ -75,7 +75,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/zookeeper - tag: 3.7.0-debian-10-r265 + tag: 3.7.0-debian-10-r295 ## 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 @@ -621,7 +621,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r312 + tag: 10-debian-10-r340 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.