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.
To verify that the Helm chart installs successfully, run:
./test/helm/test-chart-install.shThis 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.