From a4237dac3d81d8eefcf9e99df1bb0736b459e042 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Mon, 10 Mar 2025 14:53:44 -0400 Subject: [PATCH] Update image source for kafbat Kafbath publishes its images to Docker Hub, so changing the registry source to Hub instead of GHCR. Also, instead of using the latest tag, they publish merged changes onto a `main` tag. --- content/guides/kafka.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/kafka.md b/content/guides/kafka.md index 9ce2940b19..78153a04f7 100644 --- a/content/guides/kafka.md +++ b/content/guides/kafka.md @@ -235,7 +235,7 @@ To add it to your own project (it’s already in the demo application), you only ```yaml services: kafka-ui: - image: ghcr.io/kafbat/kafka-ui:latest + image: kafbat/kafka-ui:main ports: - 8080:8080 environment: