https://github.com/devops-ia/helm-release-cleaner
Image for helm-release-cleaner Helm Chart
https://github.com/devops-ia/helm-release-cleaner
charts cleaner helm release-cleaner
Last synced: 3 days ago
JSON representation
Image for helm-release-cleaner Helm Chart
- Host: GitHub
- URL: https://github.com/devops-ia/helm-release-cleaner
- Owner: devops-ia
- Created: 2022-05-28T07:01:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T19:32:03.000Z (about 1 year ago)
- Last Synced: 2025-03-01T20:31:13.785Z (about 1 year ago)
- Topics: charts, cleaner, helm, release-cleaner
- Language: Dockerfile
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# release-cleaner Helm Chart
[release-cleaner](https://github.com/devops-ia/helm-release-cleaner) is a Helm chart to clean up Helm releases installed in declared namespaces.
## Usage
Charts are available in:
* [Chart Repository](https://helm.sh/docs/topics/chart_repository/)
* [OCI Artifacts](https://helm.sh/docs/topics/registries/)
### Chart Repository
#### Add repository
```console
helm repo add release-cleaner https://devops-ia.github.io/helm-release-cleaner
helm repo update
```
#### Install Helm chart
```console
helm install [RELEASE_NAME] release-cleaner/release-cleaner
```
This install all the Kubernetes components associated with the chart and creates the release.
_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._
### OCI Registry
Charts are also available in OCI format. The list of available charts can be found [here](https://github.com/devops-ia/helm-release-cleaner/pkgs/container/helm-release-cleaner%2Frelease-cleaner).
#### Install Helm chart
```console
helm install [RELEASE_NAME] oci://ghcr.io/devops-ia/helm-release-cleaner/release-cleaner --version=[version]
```
## release-cleaner chart
Can be found in [release-cleaner chart](charts/release-cleaner).