mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
* [bitnami/zookeeper] Don't re-initialize keystores after success Init containers must be idempotent because they may get re-run in some cases even if the pod itself is not being restarted. For example, if the underlying node garbage collects the associated docker container. In the current incarnation of the init script we will fail if the init container is re-run resulting in a state where the init container is continually flapping. To avoid this, we can add a initialization check file and short circuit the initialization process if it is present. Signed-off-by: Michael Kelly <mkelly@arista.com> * zookeeper: s/initialized/.initialized/ Signed-off-by: Michael Kelly <mkelly@arista.com> Signed-off-by: jotamartos <jotamartos@vmware.com> Signed-off-by: Michael Kelly <mkelly@arista.com> Co-authored-by: jotamartos <jotamartos@vmware.com> * [bitnami/zookeeper] Bump chart version Signed-off-by: jotamartos <jotamartos@vmware.com>
25 lines
751 B
YAML
25 lines
751 B
YAML
annotations:
|
|
category: Infrastructure
|
|
apiVersion: v2
|
|
appVersion: 3.8.0
|
|
dependencies:
|
|
- name: common
|
|
repository: https://charts.bitnami.com/bitnami
|
|
tags:
|
|
- bitnami-common
|
|
version: 2.x.x
|
|
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/main/bitnami/zookeeper
|
|
icon: https://bitnami.com/assets/stacks/zookeeper/img/zookeeper-stack-220x234.png
|
|
keywords:
|
|
- zookeeper
|
|
maintainers:
|
|
- name: Bitnami
|
|
url: https://github.com/bitnami/charts
|
|
name: zookeeper
|
|
sources:
|
|
- https://github.com/bitnami/containers/tree/main/bitnami/zookeeper
|
|
- https://zookeeper.apache.org/
|
|
version: 11.0.2
|