Skip to content

netbox: .Values.image is not respected #83

@norman-zon

Description

@norman-zon

When setting .Values.image.X in my values.yaml the values are not used in the deployment.

Changing it in .Values.global works though. But I only need to overwrite the image for the deployment, not for all components.

MWE:

image:
  registry: europe-west3-docker.pkg.dev
  repository: my-comp/docker/netbox
  tag: latest

results in:

containers:
  - name: netbox
     image: docker.io/netboxcommunity/netbox:v3.7.8-2.8.0

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