Skip to content

Commit 752bd10

Browse files
committed
Helm: Release chart 0.43.1
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 74149de commit 752bd10

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

charts/selenium-grid/CONFIGURATION.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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

charts/selenium-grid/Chart.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ 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.43.0
5+
version: 0.43.1
66
appVersion: 4.32.0-20250505
77
icon: https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
88
dependencies:
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
3333
maintainers:

0 commit comments

Comments
 (0)