Introduction
When you install software on Kubernetes using Helm charts, you often want to change how it works. Chart values let you customize settings easily without changing the main files. This helps you adjust the app to your needs.
When you want to change the number of app replicas to handle more users.
When you need to set a custom image version for your app.
When you want to enable or disable features like logging or monitoring.
When you want to add environment variables to your app containers.
When you want to change resource limits like CPU or memory for your app.