Skip to content

Commit 64b1b06

Browse files
committed
Updating helm chart values
1 parent 8b9135a commit 64b1b06

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

charts/selenium-grid/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this helm chart will be documented in this file.
44

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+
513
## :heavy_check_mark: 0.3.0
614

715
### Added
@@ -12,7 +20,7 @@ All notable changes to this helm chart will be documented in this file.
1220
- Fix queue component name (#1290)
1321

1422
### Changed
15-
- Update image tag to 4.2.0-20220527
23+
- Update image tag to 4.1.4-20220427
1624

1725
### Removed
1826
- Opera nodes

charts/selenium-grid/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: selenium-grid
33
description: A Helm chart for creating a Selenium Grid Server in Kubernetes
44
type: application
5-
version: 0.3.0
5+
version: 0.3.1
66
appVersion: 4.2.0-20220527

charts/selenium-grid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ helm install selenium-grid docker-selenium/selenium-grid
2323
helm 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.0
26+
helm install selenium-grid docker-selenium/selenium-grid --version 0.3.1
2727
```
2828

2929
## Updating Selenium-Grid release

0 commit comments

Comments
 (0)