You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Helm chart for deploying Kepler Operator with automated
validation and testing infrastructure.
Changes:
- Add Helm chart in manifests/helm/kepler-operator/ with templates for all
operator resources (deployment, RBAC, webhooks, cert-manager integration)
- Add Makefile targets for Helm operations (lint, template, install, validate)
- Add hack/helm/validate.sh for three-layer validation (syntax, rendering,
consistency with kustomize)
- Add hack/ci/ resources for CI testing with fake CPU meter
- Add hack/cert-manager/ utilities for certificate verification
- Add comprehensive documentation in docs/developer/helm-chart-maintenance.md
- Update pre-commit hooks to validate Helm chart syntax
- Update README.md with Helm deployment option
The chart follows hybrid automation approach: manual templates with automated
CRD sync and validation against kustomize output.
Signed-off-by: Sunil Thaha <[email protected]>
0 commit comments