Skip to content

docs(kafka): replace deprecated Bitnami Docker/Helm references with SolDevelo OCI examples#11

Merged
echo-cool merged 2 commits into
mainfrom
copilot/update-kafka-references-documentation
May 21, 2026
Merged

docs(kafka): replace deprecated Bitnami Docker/Helm references with SolDevelo OCI examples#11
echo-cool merged 2 commits into
mainfrom
copilot/update-kafka-references-documentation

Conversation

Copilot AI commented May 20, 2026

Copy link
Copy Markdown
Contributor

Kafka tutorials referenced deprecated/restricted Bitnami artifacts (bitnami/kafka image and Bitnami Helm chart install path), which can break copy-paste setup flows. This PR updates the affected docs to use SolDevelo-compatible replacements and OCI-based Helm installs.

  • Docker tutorial updates (8-kafka-environmental-isolation.mdx)

    • Replaced Kafka container image references:
      • bitnami/kafka:latestsoldevelo/kafka:latest
  • Helm tutorial updates (4-kafka-helm-charts.mdx, 5-kafka-cluster-automation-deployment.mdx)

    • Replaced chart install command:
      • helm install my-kafka bitnami/kafka
      • helm install my-kafka oci://registry-1.docker.io/soldevelo/kafka-chart
    • Updated surrounding guidance from Bitnami repo-based flow to OCI chart usage so instructions remain internally consistent.
    • Updated related command examples in the same sections to use the same OCI chart reference.
  • Example (updated command)

    helm install my-kafka oci://registry-1.docker.io/soldevelo/kafka-chart

Copilot AI changed the title [WIP] Update deprecated Bitnami Kafka references in documentation docs(kafka): replace deprecated Bitnami Docker/Helm references with SolDevelo OCI examples May 20, 2026
Copilot AI requested a review from echo-cool May 20, 2026 22:23
@echo-cool echo-cool requested a review from Copilot May 21, 2026 01:05
@echo-cool echo-cool marked this pull request as ready for review May 21, 2026 01:05
@echo-cool echo-cool removed the request for review from Copilot May 21, 2026 01:06
@echo-cool echo-cool merged commit fd5d57c into main May 21, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update deprecated Bitnami Kafka references in documentation to ensure tutorials work

2 participants