Skip to content

Commit

Permalink
Updating helm chart values
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 27, 2022
1 parent 8b9135a commit 64b1b06
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion charts/selenium-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## :heavy_check_mark: 0.3.1

### Added
- Helm charts repo to GitHub Pages - https://www.selenium.dev/docker-selenium

### Changed
- Update image tag to 4.2.0-20220527

## :heavy_check_mark: 0.3.0

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

### Changed
- Update image tag to 4.2.0-20220527
- Update image tag to 4.1.4-20220427

### Removed
- Opera nodes
Expand Down
2 changes: 1 addition & 1 deletion charts/selenium-grid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: selenium-grid
description: A Helm chart for creating a Selenium Grid Server in Kubernetes
type: application
version: 0.3.0
version: 0.3.1
appVersion: 4.2.0-20220527
2 changes: 1 addition & 1 deletion charts/selenium-grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ helm install selenium-grid docker-selenium/selenium-grid
helm install selenium-grid docker-selenium/selenium-grid --set isolateComponents=true

# Or install specified version
helm install selenium-grid docker-selenium/selenium-grid --version 0.3.0
helm install selenium-grid docker-selenium/selenium-grid --version 0.3.1
```

## Updating Selenium-Grid release
Expand Down

0 comments on commit 64b1b06

Please sign in to comment.