Skip to content

Commit

Permalink
Update kafka-connect image tag to match what is used in ephemeral envs
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Jan 24, 2022
1 parent fd0af95 commit c12ba66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bonfire/resources/ephemeral-cluster-clowdenvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ objects:
memory: 600Mi
connect:
version: "2.8.0"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:182ab8b"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:61cc1b8"
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion bonfire/resources/local-cluster-clowdenvironment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ objects:
memory: 600Mi
connect:
version: "2.8.0"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:182ab8b"
image: "quay.io/cloudservices/xjoin-kafka-connect-strimzi:61cc1b8"
db:
mode: local
logging:
Expand Down

0 comments on commit c12ba66

Please sign in to comment.