Helm Recipes
View CommandsKubernetes package manager for installing, upgrading, and managing Helm charts and application deployments.
8 recipes
Create Custom Helm Charts
Scaffold, structure, and build custom Helm charts for your applications with proper templates, helpers, and values files.
Install and Configure Helm Charts
Install applications from Helm chart repositories, customize values, and verify successful deployments in your Kubernetes cluster.
Test and Lint Helm Charts
Validate chart structure, lint templates, run test pods, and catch errors before deploying charts to production clusters.
Pre/Post Install Hooks for Migrations and Setup
Use Helm lifecycle hooks to run database migrations, seed data, send notifications, and perform cleanup tasks during chart install and upgrade operations.
Store Charts in OCI Registries
Push, pull, and manage Helm charts using OCI-compatible container registries like GitHub Container Registry, Docker Hub, and ECR.
Manage Helm Releases
Upgrade, rollback, and manage the lifecycle of Helm releases with revision history, atomic upgrades, and cleanup strategies.
Manage Helm Repositories
Add, update, search, and manage Helm chart repositories to discover and install charts from public and private sources.
Override Chart Values for Environments
Customize Helm chart behavior using values files and --set flags to manage configurations across development, staging, and production environments.