No description
  • Go Template 42.5%
  • Shell 22.5%
  • Makefile 17.3%
  • Liquid 14.5%
  • Lua 3.2%
Find a file
plural-copilot[bot] 84e35fea10
Update deployment-operator chart to 0.6.45 (#777)
Plural Service: mgmt/apps

Co-authored-by: console <console@plural.sh>
2026-06-11 19:43:32 -04:00
.github Drop pr target (#758) 2026-05-16 23:42:00 -04:00
charts/deployment-operator Update deployment-operator chart to 0.6.45 (#777) 2026-06-11 19:43:32 -04:00
test/helm chore: Delete moved code (#756) 2026-05-15 17:01:42 +02:00
.gitignore chore: Delete moved code (#756) 2026-05-15 17:01:42 +02:00
Makefile chore: Delete moved code (#756) 2026-05-15 17:01:42 +02:00
README.md chore: Delete moved code (#756) 2026-05-15 17:01:42 +02:00
renovate.json chore(deps): add renovate.json 2023-09-15 08:02:15 +00:00

Deployment Operator

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:

  1. Create a temporary kind cluster.
  2. Validate the chart using helm lint.
  3. Verify template rendering with helm template.
  4. Perform a dry-run installation with helm install --dry-run.
  5. Automatically clean up the cluster when the test completes.

See test/helm/README.md for additional details.