Deployment Operator
May 15, 2026 ยท View on GitHub
The Deployment Operator code was moved to the Console repository. This repository contains only its Helm chart.
Container images are built from the Console repository, and chart bump pull requests are opened against this repository from the Console CD workflow.
Testing the Helm Chart
To verify that the Helm chart installs successfully, run:
./test/helm/test-chart-install.sh
This script will:
- Create a temporary
kindcluster. - Validate the chart using
helm lint. - Verify template rendering with
helm template. - Perform a dry-run installation with
helm install --dry-run. - Automatically clean up the cluster when the test completes.
See test/helm/README.md for additional details.