File tree 3 files changed +11
-3
lines changed 3 files changed +11
-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.3.1
6
+
7
+ ### Added
8
+ - Helm charts repo to GitHub Pages - https://www.selenium.dev/docker-selenium
9
+
10
+ ### Changed
11
+ - Update image tag to 4.2.0-20220527
12
+
5
13
## :heavy_check_mark : 0.3.0
6
14
7
15
### Added
@@ -12,7 +20,7 @@ All notable changes to this helm chart will be documented in this file.
12
20
- Fix queue component name (#1290 )
13
21
14
22
### Changed
15
- - Update image tag to 4.2.0-20220527
23
+ - Update image tag to 4.1.4-20220427
16
24
17
25
### Removed
18
26
- Opera nodes
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ 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.3.0
5
+ version : 0.3.1
6
6
appVersion : 4.2.0-20220527
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.0
26
+ helm install selenium-grid docker-selenium/selenium-grid --version 0.3.1
27
27
```
28
28
29
29
## Updating Selenium-Grid release
You can’t perform that action at this time.
0 commit comments