Skip to content

[🐛 Bug]: ImagePullBackOff using selenium-grid helm chart #2057

@xdoncalvox

Description

@xdoncalvox

What happened?

After upgrading my helm chart from 0.25.1 to 0.26.1, selenium-hub and browser-node's pod started to show ImagePullBackOff, looking into the deployment for each of them I found the image field for the pod template now shows selenium/selenium/hub instead of selenium/hub (as previously) causing the mentioned error.

Command used to start Selenium Grid with Docker (or Kubernetes)

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: selenium-grid
  namespace: qa1
spec:
  chart:
    spec:
      chart: selenium-grid
      version: "0.26.1"
      sourceRef:
        kind: HelmRepository
        name: docker-selenium
  interval: 1h0m0s

Relevant log output

Failed to pull image "selenium/selenium/hub:4.16.1-20231208": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/selenium/selenium/hub:4.16.1-20231208": failed to resolve reference

Operating System

kubernetes

Docker Selenium version (tag or chart version)

0.26.1

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