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
Composite GitHub Action that handles the full Helm chart lifecycle — from discovery and validation to packaging and publishing to OCI-compatible registries.
Overview
This action operates in three distinct modes that can be combined in a pipeline:
discover — scans the repository for charts matching a glob pattern and outputs a matrix
validate — runs helm lint (strict) and helm template against a chart
release — validates, packages, annotates, and pushes a chart to an OCI registry