Skip to content

Missing image configuration in hello-world values.yaml #542

@brianredbeard

Description

@brianredbeard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions