helm install --debug --dry-run my-test-release ./my-sample-chart
Once you download your sample, you will notice several files. Here is what you should focus on: download sample helm chart
Method 1: Use the "Helm Create" Command (The Instant Sample) helm install --debug --dry-run my-test-release
The "config" file. This is where you change things like image tags or replica counts without touching the code. templates for deployments and services
This generates a fully functional chart with a values.yaml file, templates for deployments and services, and a Chart.yaml file for metadata. Method 2: Download from Artifact Hub
Quickly spin up an environment to test your cluster configuration.