This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this helm chart will be documented in this file.
44
5+ ## :heavy_check_mark : 0.8.1
6+
7+ ### Changed
8+ - Update image tag to 4.3.0-20220706
9+
510## :heavy_check_mark : 0.8.0
611
712### Added
@@ -20,7 +25,7 @@ All notable changes to this helm chart will be documented in this file.
2025## :heavy_check_mark : 0.6.1
2126
2227### Changed
23- - Update image tag to 4.3.0-20220726
28+ - Update image tag to 4.3.0-20220706
2429
2530## :heavy_check_mark : 0.6.0
2631
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : selenium-grid
33description : A Helm chart for creating a Selenium Grid Server in Kubernetes
44type : application
5- version : 0.8.0
5+ version : 0.8.1
66appVersion : 4.3.0-20220726
77icon : https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ helm install selenium-grid docker-selenium/selenium-grid
2323helm install selenium-grid docker-selenium/selenium-grid --set isolateComponents=true
2424
2525# Or install specified version
26- helm install selenium-grid docker-selenium/selenium-grid --version 0.3.1
26+ helm install selenium-grid docker-selenium/selenium-grid --version < version >
2727
2828# In both cases grid exposed by default using ingress. You may want to set hostname for the grid. Default hostname is selenium-grid.local.
2929helm install selenium-grid --set ingress.hostname=selenium-grid.k8s.local docker-selenium/chart/selenium-grid/.
You can’t perform that action at this time.
0 commit comments