Skip to content

Commit

Permalink
Merge pull request #1146 from ryanj/kafka-47
Browse files Browse the repository at this point in the history
kafka to 4.7
  • Loading branch information
Jason Dobies authored Oct 14, 2021
2 parents 712a447 + 724d84a commit 62c4b45
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"time": "20 minutes",
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-5"
"imageid": "openshift-4-7"
},
"environment": {
"showdashboard": true,
Expand Down
2 changes: 1 addition & 1 deletion middleware/middleware-kafka/kafka-basic/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"time": "15 minutes",
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-5"
"imageid": "openshift-4-7"
},
"environment": {
"showdashboard": true,
Expand Down
2 changes: 1 addition & 1 deletion middleware/middleware-kafka/kafka-debezium/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"time": "20 minutes",
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-5"
"imageid": "openshift-4-7"
},
"environment": {
"uilayout": "editor-terminal",
Expand Down
2 changes: 1 addition & 1 deletion middleware/middleware-kafka/kafka-http-bridge/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-5"
"imageid": "openshift-4-7"
}
}
2 changes: 1 addition & 1 deletion middleware/middleware-kafka/kafka-quarkus/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
},
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-5"
"imageid": "openshift-4-7"
}
}

0 comments on commit 62c4b45

Please sign in to comment.