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 2
2
3
3
All notable changes to this helm chart will be documented in this file.
4
4
5
+ ## :heavy_check_mark : 0.8.1
6
+
7
+ ### Changed
8
+ - Update image tag to 4.3.0-20220706
9
+
5
10
## :heavy_check_mark : 0.8.0
6
11
7
12
### Added
@@ -20,7 +25,7 @@ All notable changes to this helm chart will be documented in this file.
20
25
## :heavy_check_mark : 0.6.1
21
26
22
27
### Changed
23
- - Update image tag to 4.3.0-20220726
28
+ - Update image tag to 4.3.0-20220706
24
29
25
30
## :heavy_check_mark : 0.6.0
26
31
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
2
2
name : selenium-grid
3
3
description : A Helm chart for creating a Selenium Grid Server in Kubernetes
4
4
type : application
5
- version : 0.8.0
5
+ version : 0.8.1
6
6
appVersion : 4.3.0-20220726
7
7
icon : 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
23
23
helm install selenium-grid docker-selenium/selenium-grid --set isolateComponents=true
24
24
25
25
# 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 >
27
27
28
28
# In both cases grid exposed by default using ingress. You may want to set hostname for the grid. Default hostname is selenium-grid.local.
29
29
helm 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