Showing 7 of ~7 matching filters (Smarty · 10+ stars)
ListVersion of helm exists in expected output of tests
Automate the update of the Helm chart version in the expected output of the test suite. This requires modifying the test scripts or configuration to dynamically incorporate the current version number, preventing manual updates with each release.
[all] migrate away from bitnami charts
Migrate the teuto.net Kubernetes Helm charts away from Bitnami charts, as per the referenced Bitnami issue (https://github.com/bitnami/charts/issues/35164). This involves replacing the Bitnami components within the `base-cluster` and potentially `t8s-cluster` charts with suitable alternatives, ensuring functionality remains consistent.
Add support for Kubernetes Gateway API in Helm charts (HTTPRoutes)
The task requires modifying the Terrakube Helm charts to optionally support the Kubernetes Gateway API. This involves adding configuration options to the `values.yaml` file to allow users to specify whether to deploy HTTPRoutes (using the Gateway API) in addition to or instead of Ingresses for exposing the Terrakube API, UI, and registry services. The implementation will need to generate the necessary HTTPRoute resources based on the provided configuration and ensure compatibility with existing Ingress support.
Also browsing: Python , TypeScript , JavaScript