stack-orchestrator/stack_orchestrator/deploy/k8s/helm
Prathamesh Musale 7acabb0743
All checks were successful
Lint Checks / Run linter (push) Successful in 29s
Add support for generating Helm charts when creating a deployment (#974)
Part of https://plan.wireit.in/deepstack/browse/VUL-265/

- Added a flag `--helm-chart` to `deploy create` command
- Uses Kompose CLI wrapper to generate a helm chart from compose files in a stack
- To be handled in a follow on PR(s):
  - Templatize generated charts and generate a `values.yml` file with defaults

Reviewed-on: #974
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2025-11-27 06:43:07 +00:00
..
__init__.py Add support for generating Helm charts when creating a deployment (#974) 2025-11-27 06:43:07 +00:00
chart_generator.py Add support for generating Helm charts when creating a deployment (#974) 2025-11-27 06:43:07 +00:00
kompose_wrapper.py Add support for generating Helm charts when creating a deployment (#974) 2025-11-27 06:43:07 +00:00