fix: change zookeeper pdb version with apiVersion (#7983)

Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
This commit is contained in:
cyril-corbon
2021-11-03 09:52:04 +01:00
committed by GitHub
parent cc2b07556a
commit 50505f4254
4 changed files with 8 additions and 4 deletions

View File

@@ -21,4 +21,4 @@ name: zookeeper
sources:
- https://github.com/bitnami/bitnami-docker-zookeeper
- https://zookeeper.apache.org/
version: 7.4.10
version: 7.4.11

View File

@@ -59,6 +59,7 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value |
| ------------------------ | -------------------------------------------------------------------------------------------- | --------------- |
| `kubeVersion` | Override Kubernetes version | `""` |
| `nameOverride` | String to partially override common.names.fullname template (will maintain the release name) | `""` |
| `fullnameOverride` | String to fully override common.names.fullname template | `""` |
| `clusterDomain` | Kubernetes Cluster Domain | `cluster.local` |
@@ -321,9 +322,9 @@ You can also set the log4j logging level and what log appenders are turned on, b
```console
zookeeper.root.logger=INFO, CONSOLE
```
the available appender is
the available appender is
- CONSOLE
- CONSOLE
- ROLLINGFILE
- RFAAUDIT
- TRACEFILE

View File

@@ -1,6 +1,6 @@
{{- $replicaCount := int .Values.replicaCount }}
{{- if gt $replicaCount 1 }}
apiVersion: policy/v1beta1
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
kind: PodDisruptionBudget
metadata:
name: {{ template "common.names.fullname" . }}

View File

@@ -20,6 +20,9 @@ global:
## @section Common parameters
##
## @param kubeVersion Override Kubernetes version
##
kubeVersion: ""
## @param nameOverride String to partially override common.names.fullname template (will maintain the release name)
##
nameOverride: ""