Basics
🧭 Helm Daily Commands Cheat Sheet
🔹 Basics
helm version 3.18helm help
🔹 Chart Repositories
helm repo add bitnami https://charts.bitnami.com/bitnami # here bitnami bitnami here = repo name (alias/identifier you give locally) Helm repository URLhelm repo listhelm repo update # add latest version of charts and repohelm search repo nginx # u will see bitnami nginx related chart
🔹 Install & Upgrade
helm get
helm gethelm show
helm show🔹 Release Management
🔹 Rollback & Delete
🔹 Debugging & Diff
🔹 Chart Development
🔹 Useful Daily Shortcuts
Last updated