Home / Companies / Qovery / Blog / Post Details
Content Deep Dive

helm-freeze - manage Helm Charts and Repositories with ease

Blog post from Qovery

Post Details
Company
Date Published
Author
Pierre Mavro
Word Count
666
Language
English
Hacker News Points
-
Summary

Helm-freeze is an open-source tool designed to simplify the management of Helm Charts and repositories, addressing the challenges faced by DevOps teams dealing with numerous Helm configuration files. Unlike Helm, which does not allow pinning specific chart versions, helm-freeze offers a solution by enabling explicit chart version management and seamless integration with version control systems like Git. Users can install helm-freeze via Brew, Yay, or by downloading the binary from GitHub, and initialize it using the "helm-freeze init" command to create a configuration file that lists charts, their versions, and repository details. This tool aligns with the GitOps philosophy, facilitates tracking changes between chart versions, and supports declarative configuration through a YAML file, making chart management more efficient and organized for users, especially within monorepo environments.