-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
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: 1h0m0sRelevant 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 referenceOperating System
kubernetes
Docker Selenium version (tag or chart version)
0.26.1