Description
The hello-world chart lacks image configuration in values.yaml, forcing hardcoded values in the template.
Location
https://github.com/validatedpatterns/multicloud-gitops/blob/main/charts/all/hello-world/values.yaml
Expected Behavior
Add image configuration section.
Suggested Fix
image:
repository: registry.access.redhat.com/ubi10/httpd-24
tag: "10.0-1755779646"
pullPolicy: IfNotPresent