Skip to content

Commit

Permalink
Upgrade kafka to v2.7.0 (#117)
Browse files Browse the repository at this point in the history
* Upgrade kafka to v2.8.0

* Use kafka 2.7.0 instead

* Revert to older kafka-connect for now
  • Loading branch information
bsquizz authored Sep 14, 2021
1 parent d8676c6 commit caf2c01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions bonfire/resources/ephemeral-cluster-clowdenvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ objects:
pvc: true
# disable tls/auth for now until core apps are ready
enableLegacyStrimzi: true
# use v2.6.0 since the custom kafka-connect image for cyndi-operator expects that
cluster:
version: "2.6.0"
version: "2.7.0"
connect:
version: "2.6.0"
version: "2.7.0"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:182ab8b"
db:
mode: local
Expand Down
5 changes: 2 additions & 3 deletions bonfire/resources/local-cluster-clowdenvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ objects:
mode: operator
# disable tls/auth for now until core apps are ready
enableLegacyStrimzi: true
# use v2.6.0 since the custom kafka-connect image for cyndi-operator expects that
cluster:
version: "2.6.0"
version: "2.7.0"
connect:
version: "2.6.0"
version: "2.7.0"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:182ab8b"
db:
mode: local
Expand Down

0 comments on commit caf2c01

Please sign in to comment.