Skip to content

Commit c494051

Browse files
Update Helm release jaeger to v4 (#3034)
* Update Helm release jaeger to v4 * [ci] Update chart configuration table [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com>
1 parent 53d205a commit c494051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/selenium-grid/CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
2020
|------------|------|---------|
2121
| https://charts.bitnami.com/bitnami | postgresql | ^18.0.0 |
2222
| https://charts.bitnami.com/bitnami | redis | ^24.0.0 |
23-
| https://jaegertracing.github.io/helm-charts | jaeger | ^3 |
23+
| https://jaegertracing.github.io/helm-charts | jaeger | ^4.0.0 |
2424
| https://kedacore.github.io/charts | keda | ^2.17 |
2525
| https://kubernetes.github.io/ingress-nginx | ingress-nginx | ^4 |
2626
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | ^79.0.0 |

charts/selenium-grid/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
name: ingress-nginx
1616
condition: ingress.enableWithController, ingress-nginx.enabled
1717
- repository: https://jaegertracing.github.io/helm-charts
18-
version: ^3
18+
version: ^4.0.0
1919
name: jaeger
2020
condition: tracing.enabled, jaeger.enabled
2121
- repository: https://prometheus-community.github.io/helm-charts

0 commit comments

Comments
 (0)