File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
# selenium-grid
2
2
3
- ![ Version: 0.43.0 ] ( https://img.shields.io/badge/Version-0.43.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 4.32.0-20250505] ( https://img.shields.io/badge/AppVersion-4.32.0--20250505-informational?style=flat-square )
3
+ ![ Version: 0.43.1 ] ( https://img.shields.io/badge/Version-0.43.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 4.32.0-20250505] ( https://img.shields.io/badge/AppVersion-4.32.0--20250505-informational?style=flat-square )
4
4
5
5
A Helm chart for creating a Selenium Grid Server in Kubernetes
6
6
@@ -18,12 +18,12 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
18
18
19
19
| Repository | Name | Version |
20
20
| ------------| ------| ---------|
21
- | https://charts.bitnami.com/bitnami | postgresql | 16.6.6 |
22
- | https://charts.bitnami.com/bitnami | redis | 21.0.0 |
23
- | https://jaegertracing.github.io/helm-charts | jaeger | 3.4.1 |
24
- | https://kedacore.github.io/charts | keda | 2.17.0 |
25
- | https://kubernetes.github.io/ingress-nginx | ingress-nginx | 4.12.2 |
26
- | https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 71.1.0 |
21
+ | https://charts.bitnami.com/bitnami | postgresql | ^16 |
22
+ | https://charts.bitnami.com/bitnami | redis | ^21 |
23
+ | https://jaegertracing.github.io/helm-charts | jaeger | ^3 |
24
+ | https://kedacore.github.io/charts | keda | ^ 2.17 |
25
+ | https://kubernetes.github.io/ingress-nginx | ingress-nginx | ^4 |
26
+ | https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | ^71 |
27
27
28
28
## Values
29
29
Original file line number Diff line number Diff line change @@ -2,32 +2,32 @@ 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.43.0
5
+ version : 0.43.1
6
6
appVersion : 4.32.0-20250505
7
7
icon : https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
8
8
dependencies :
9
9
- repository : https://kedacore.github.io/charts
10
- version : 2.17.0
10
+ version : ^ 2.17
11
11
name : keda
12
12
condition : autoscaling.enabled, keda.enabled
13
13
- repository : https://kubernetes.github.io/ingress-nginx
14
- version : 4.12.2
14
+ version : ^4
15
15
name : ingress-nginx
16
16
condition : ingress.enableWithController, ingress-nginx.enabled
17
17
- repository : https://jaegertracing.github.io/helm-charts
18
- version : 3.4.1
18
+ version : ^3
19
19
name : jaeger
20
20
condition : tracing.enabled, jaeger.enabled
21
21
- repository : https://prometheus-community.github.io/helm-charts
22
- version : 71.1.0
22
+ version : ^71
23
23
name : kube-prometheus-stack
24
24
condition : monitoring.enabled, kube-prometheus-stack.enabled
25
25
- repository : https://charts.bitnami.com/bitnami
26
- version : 16.6.6
26
+ version : ^16
27
27
name : postgresql
28
28
condition : postgresql.enabled
29
29
- repository : https://charts.bitnami.com/bitnami
30
- version : 21.0.0
30
+ version : ^21
31
31
name : redis
32
32
condition : redis.enabled
33
33
maintainers :
You can’t perform that action at this time.
0 commit comments