mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 14:57:18 +08:00
[bitnami/spring-cloud-dataflow] Update kafka (#9577)
* Fix conflicts * [bitnami/spring-cloud-dataflow] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
dependencies:
|
||||
- name: rabbitmq
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 8.30.2
|
||||
version: 8.30.3
|
||||
- name: mariadb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 10.4.2
|
||||
version: 10.4.4
|
||||
- name: kafka
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.1
|
||||
version: 16.1.1
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.13.0
|
||||
digest: sha256:a228898da200ced288617b7ed0e2f1ec41575be1279975191e0c86e47dad74df
|
||||
generated: "2022-03-25T16:00:59.590894126Z"
|
||||
digest: sha256:17e95aac3681033c42a2e99dd46a905d49dec7f0915d59729d265fcc8b11ec24
|
||||
generated: "2022-03-28T13:37:07.046124+02:00"
|
||||
|
||||
@@ -16,7 +16,7 @@ dependencies:
|
||||
- condition: kafka.enabled
|
||||
name: kafka
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.x.x
|
||||
version: 16.x.x
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
tags:
|
||||
@@ -39,4 +39,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-skipper
|
||||
- https://dataflow.spring.io/
|
||||
version: 6.0.9
|
||||
version: 7.0.0
|
||||
|
||||
@@ -662,6 +662,10 @@ Find more information about how to deal with common errors related to Bitnami He
|
||||
|
||||
If you enabled RabbitMQ chart to be used as the messaging solution for Skipper to manage streaming content, then it's necessary to set the `rabbitmq.auth.password` and `rabbitmq.auth.erlangCookie` parameters when upgrading for readiness/liveness probes to work properly. Inspect the RabbitMQ secret to obtain the password and the Erlang cookie, then you can upgrade your chart using the command below:
|
||||
|
||||
### To 7.0.0
|
||||
|
||||
This major updates the Kafka subchart to it newest major, 16.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/kafka#to-1600) you can find more information about the changes introduced in that version.
|
||||
|
||||
### To 6.0.0
|
||||
|
||||
This major release updates the Kafka subchart to its newest major `15.x.x`, which contain several changes in the supported values and bumps Kafka major version to `3.x` series (check the [upgrade notes](https://github.com/bitnami/charts/blob/master/bitnami/kafka/README.md#to-1500) to obtain more information).
|
||||
|
||||
@@ -57,7 +57,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/spring-cloud-dataflow
|
||||
tag: 2.9.3-debian-10-r2
|
||||
tag: 2.9.3-debian-10-r3
|
||||
## 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
|
||||
##
|
||||
@@ -574,7 +574,7 @@ skipper:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/spring-cloud-skipper
|
||||
tag: 2.8.3-debian-10-r2
|
||||
tag: 2.8.3-debian-10-r3
|
||||
## 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
|
||||
##
|
||||
@@ -1043,7 +1043,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/prometheus-rsocket-proxy
|
||||
tag: 1.4.0-debian-10-r30
|
||||
tag: 1.4.0-debian-10-r31
|
||||
## 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
|
||||
##
|
||||
@@ -1376,7 +1376,7 @@ waitForBackends:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kubectl
|
||||
tag: 1.23.5-debian-10-r7
|
||||
tag: 1.23.5-debian-10-r8
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user