kafka v1.2.5
Bug Fixes
- fix(repo): use fully qualified image names across all charts (#14)
Other Changes
- release(kafka): 1.2.5 [skip ci]
Install
# OCI registry
helm install kafka oci://ghcr.io/helmforgedev/helm/kafka --version 1.2.5
# Helm repository
helm repo add helmforge https://repo.helmforge.dev
helm install kafka helmforge/kafka --version 1.2.5