mirror of
https://github.com/bitnami/charts.git
synced 2026-02-14 15:27:14 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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) | `[]` |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user