Skip to content

Conversation

@giuliocalzo
Copy link

Description

This pull request introduces Helm unit testing to slinky project, enabling more robust and reliable Kubernetes chart development. By integrating the Helm unittest plugin, we can now validate our Helm chart configurations and templates before deployment, catching potential issues early in the development process.

Changes

  • Added Helm unittest plugin to project dependencies
  • Configured initial unit test structure for Helm charts
  • Implemented basic test cases for chart templates and values

Proposed Changes

This PR runs helm unittest whenever the helm chart source code is changed.

giuliocalzo and others added 3 commits November 4, 2025 17:55
## Description
This pull request introduces [Helm unit testing](https://github.com/helm-unittest/helm-unittest) to slinky project, enabling more robust and reliable Kubernetes chart development. By integrating the Helm unittest plugin, we can now validate our Helm chart configurations and templates before deployment, catching potential issues early in the development process.

## Changes
- Added Helm unittest plugin to project dependencies
- Configured initial unit test structure for Helm charts
- Implemented basic test cases for chart templates and values

## Proposed Changes
This PR runs `helm unittest` whenever the helm chart source code is changed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant