release-cleaner is a Helm chart to clean up Helm releases installed in declared namespaces.
Charts are available in:
helm repo add release-cleaner https://devops-ia.github.io/helm-release-cleaner
helm repo updatehelm install [RELEASE_NAME] release-cleaner/release-cleanerThis install all the Kubernetes components associated with the chart and creates the release.
See helm install for command documentation.
Charts are also available in OCI format. The list of available charts can be found here.
helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-release-cleaner/release-cleaner --version=[version]Can be found in release-cleaner chart.