Skip to content

[🐛 Bug]: Regression: imageName variable not working properly in Helm chart v0.25.1+ #2035

@durera

Description

@durera

What happened?

In 0.25.0 setting e.g. the following in a values file and running helm install -n selenium selenium-grid docker-selenium/selenium-grid -f /tmp/selenium-values.yml:

edgeNode:
  imageName: mylocalregistry/selenium/node-edge
  imageTag: 4.15.0-20231122
  imagePullSecret: mypullsecret

results in the expected image being used in the deployment:

      image: mylocalregistry/selenium/node-chrome:4.15.0-20231122

As of 0.25.1 it results in the following - with the namespace prefixed to the image name:

      image: selenium/mylocalregistry/selenium/node-chrome:4.15.0-20231122

Command used to start Selenium Grid with Docker

helm install -n selenium selenium-grid docker-selenium/selenium-grid -f /tmp/selenium-values.yml

Relevant log output

helm list
NAME            NAMESPACE       REVISION        UPDATED                                 STATUS          CHART                   APP VERSION    
selenium-grid   selenium        1               2023-11-29 15:55:13.804552928 +0000 UTC deployed        selenium-grid-0.25.3    4.15.0-20231129

Operating System

Kubernetes

Docker Selenium version (tag)

selenium-grid-0.25.3 / 4.15.0-20231129

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions