File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11# selenium-grid
22
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 )
44
55A Helm chart for creating a Selenium Grid Server in Kubernetes
66
@@ -18,12 +18,12 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
1818
1919| Repository | Name | Version |
2020| ------------| ------| ---------|
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 |
2727
2828## Values
2929
Original file line number Diff line number Diff line change @@ -2,32 +2,32 @@ apiVersion: v2
22name : selenium-grid
33description : A Helm chart for creating a Selenium Grid Server in Kubernetes
44type : application
5- version : 0.43.0
5+ version : 0.43.1
66appVersion : 4.32.0-20250505
77icon : https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
88dependencies :
99- repository : https://kedacore.github.io/charts
10- version : 2.17.0
10+ version : ^ 2.17
1111 name : keda
1212 condition : autoscaling.enabled, keda.enabled
1313- repository : https://kubernetes.github.io/ingress-nginx
14- version : 4.12.2
14+ version : ^4
1515 name : ingress-nginx
1616 condition : ingress.enableWithController, ingress-nginx.enabled
1717- repository : https://jaegertracing.github.io/helm-charts
18- version : 3.4.1
18+ version : ^3
1919 name : jaeger
2020 condition : tracing.enabled, jaeger.enabled
2121- repository : https://prometheus-community.github.io/helm-charts
22- version : 71.1.0
22+ version : ^71
2323 name : kube-prometheus-stack
2424 condition : monitoring.enabled, kube-prometheus-stack.enabled
2525- repository : https://charts.bitnami.com/bitnami
26- version : 16.6.6
26+ version : ^16
2727 name : postgresql
2828 condition : postgresql.enabled
2929- repository : https://charts.bitnami.com/bitnami
30- version : 21.0.0
30+ version : ^21
3131 name : redis
3232 condition : redis.enabled
3333maintainers :
You can’t perform that action at this time.
0 commit comments