Skip to content

Commit

Permalink
Bumping chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Aug 1, 2022
1 parent 8278a2a commit 3e962cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion charts/selenium-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## :heavy_check_mark: 0.8.1

### Changed
- Update image tag to 4.3.0-20220706

## :heavy_check_mark: 0.8.0

### Added
Expand All @@ -20,7 +25,7 @@ All notable changes to this helm chart will be documented in this file.
## :heavy_check_mark: 0.6.1

### Changed
- Update image tag to 4.3.0-20220726
- Update image tag to 4.3.0-20220706

## :heavy_check_mark: 0.6.0

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,6 +2,6 @@ apiVersion: v2
name: selenium-grid
description: A Helm chart for creating a Selenium Grid Server in Kubernetes
type: application
version: 0.8.0
version: 0.8.1
appVersion: 4.3.0-20220726
icon: https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
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.1
helm install selenium-grid docker-selenium/selenium-grid --version <version>

# In both cases grid exposed by default using ingress. You may want to set hostname for the grid. Default hostname is selenium-grid.local.
helm install selenium-grid --set ingress.hostname=selenium-grid.k8s.local docker-selenium/chart/selenium-grid/.
Expand Down

0 comments on commit 3e962cd

Please sign in to comment.