File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ case $DATABASE in
46
46
esac
47
47
case $BROKER in
48
48
" kafka" )
49
- sh " $K8S /load-image.sh" " confluentinc/cp-kafka" " 5" false
50
- sh " $K8S /load-image.sh" " confluentinc/cp-zookeeper" " 5" false
49
+ sh " $K8S /load-image.sh" " confluentinc/cp-kafka" " 5.5.2 " false
50
+ sh " $K8S /load-image.sh" " confluentinc/cp-zookeeper" " 5.5.2 " false
51
51
;;
52
52
" rabbit" | " rabbitmq" )
53
53
sh " $K8S /load-image.sh" " rabbitmq" " 3.8-management" false
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ if [ "$K8S_DRIVER" != "tmc" ] && [ "$K8S_DRIVER" != "gke" ]; then
121
121
" kafka" )
122
122
# TODO get version from yaml spec.template.spec.containers[0].image
123
123
sh " $SCDIR /load-image.sh" " confluentinc/cp-kafka:5.5.2"
124
- sh " $SCDIR /load-image.sh" " confluentinc/cp-zookeeper:5"
124
+ sh " $SCDIR /load-image.sh" " confluentinc/cp-zookeeper:5.5.2 "
125
125
;;
126
126
" rabbit" | " rabbitmq" )
127
127
# TODO get version from yaml spec.template.spec.containers[0].image
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
40
40
- zookeeper
41
41
42
42
zookeeper :
43
- image : confluentinc/cp-zookeeper:5
43
+ image : confluentinc/cp-zookeeper:5.5.2
44
44
container_name : dataflow-kafka-zookeeper
45
45
expose :
46
46
- " 2181"
You can’t perform that action at this time.
0 commit comments