[bitnami/kafka] adding back rollingUpdate default setting (#13592)

* I am rolling back a change I made after I found the behavious was a
helm bug and there is a workaround.

Signed-off-by: David Ballano <dfernandez@demonware.net>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: David Ballano <dfernandez@demonware.net>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
davidballano
2022-11-29 02:32:05 -08:00
committed by GitHub
parent 7b4203b237
commit 5b09f7a7c0
3 changed files with 4 additions and 1 deletions

View File

@@ -29,4 +29,4 @@ name: kafka
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/kafka
- https://kafka.apache.org/
version: 19.1.3
version: 19.1.4

View File

@@ -221,6 +221,7 @@ The command removes all the Kubernetes components associated with the chart and
| `priorityClassName` | Name of the existing priority class to be used by kafka pods | `""` |
| `schedulerName` | Name of the k8s scheduler (other than default) | `""` |
| `updateStrategy.type` | Kafka statefulset strategy type | `RollingUpdate` |
| `updateStrategy.rollingUpdate` | Kafka statefulset rolling update configuration parameters | `{}` |
| `extraVolumes` | Optionally specify extra list of additional volumes for the Kafka pod(s) | `[]` |
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the Kafka container(s) | `[]` |
| `sidecars` | Add additional sidecar containers to the Kafka pod(s) | `[]` |

View File

@@ -610,10 +610,12 @@ priorityClassName: ""
##
schedulerName: ""
## @param updateStrategy.type Kafka statefulset strategy type
## @param updateStrategy.rollingUpdate Kafka statefulset rolling update configuration parameters
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
##
updateStrategy:
type: RollingUpdate
rollingUpdate: {}
## @param extraVolumes Optionally specify extra list of additional volumes for the Kafka pod(s)
## e.g:
## extraVolumes: