Demo: review production overrides before a Helm upgrade
A focused values preview can catch common release mistakes before helm upgrade runs, especially image tags and resource settings.
- Check image.repository and image.tag together.
- Confirm resources.requests and limits are present for production workloads.
- Review ingress hosts and TLS secrets before rollout.
image:
repository: ghcr.io/acme/api
tag: "2026.06.18"
resources:
requests:
cpu: 250m
memory: 512Mi
ingress:
enabled: true
hosts:
- api.example.com