Skip to content

Commit 3e962cd

Browse files
committed
Bumping chart version
1 parent 8278a2a commit 3e962cd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

charts/selenium-grid/CHANGELOG.md

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

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

5+
## :heavy_check_mark: 0.8.1
6+
7+
### Changed
8+
- Update image tag to 4.3.0-20220706
9+
510
## :heavy_check_mark: 0.8.0
611

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

2227
### Changed
23-
- Update image tag to 4.3.0-20220726
28+
- Update image tag to 4.3.0-20220706
2429

2530
## :heavy_check_mark: 0.6.0
2631

charts/selenium-grid/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ 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.8.0
5+
version: 0.8.1
66
appVersion: 4.3.0-20220726
77
icon: https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png

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.1
26+
helm install selenium-grid docker-selenium/selenium-grid --version <version>
2727

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

0 commit comments

Comments
 (0)