Skip to content

Commit 6b10270

Browse files
committed
build: fixes
1 parent 32919c4 commit 6b10270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/assets/sidecars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{ "name": "SCHEMA_REGISTRY_LISTENERS", "value": "http://schema-registry:8081" },
5555
{
5656
"name": "SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS",
57-
"value": "PLAINTEXT://kafka:9092,PLAINTEXT_INTERNAL://localhost:9092"
57+
"value": "PLAINTEXT://kafka:9092,PLAINTEXT_INTERNAL://localhost:29092"
5858
},
5959
{ "name": "SCHEMA_REGISTRY_DEBUG", "value": "true" }
6060
],

.tekton/tasks/test-groups/test-ci-collector-tracing-messaging-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
- name: "SCHEMA_REGISTRY_LISTENERS"
4444
value: "http://schema-registry:8081"
4545
- name: "SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS"
46-
value: "PLAINTEXT://kafka:9092,PLAINTEXT_INTERNAL://localhost:9092"
46+
value: "PLAINTEXT://kafka:9092,PLAINTEXT_INTERNAL://localhost:29092"
4747
- name: "SCHEMA_REGISTRY_DEBUG"
4848
value: "true"
4949
readinessProbe:

0 commit comments

Comments
 (0)