You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
Using YAML
If you prefer to not use Helm, you can generate YAMLs from KubeDB chart and deploy using kubectl. Here we are going to show the procedure using Helm 3.
$ helm template kubedb oci://ghcr.io/appscode-charts/kubedb \
--version v2026.6.18-rc.2 \
--namespace kubedb --create-namespace \
--set-file global.license=/path/to/the/license.txt \
--set global.skipCleaner=true | kubectl apply -f -
$ helm template kubedb oci://ghcr.io/appscode-charts/kubedb \
--version v2026.6.18-rc.2 \
--namespace kubedb --create-namespace \
--set-file global.license=/path/to/the/license.txt \
--set global.insecureRegistries[0]=hub.example.com \
--set global.insecureRegistries[1]=hub2.example.com \
--set global.skipCleaner=true | kubectl apply -f -
To see the detailed configuration options, visit here.































