Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/selenium-grid/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
| https://charts.bitnami.com/bitnami | redis | 20.11.4 |
| https://jaegertracing.github.io/helm-charts | jaeger | 3.4.1 |
| https://kedacore.github.io/charts | keda | 2.16.1 |
| https://kubernetes.github.io/ingress-nginx | ingress-nginx | 4.12.0 |
| https://kubernetes.github.io/ingress-nginx | ingress-nginx | 4.12.1 |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 70.2.1 |

## Values
Expand Down
2 changes: 1 addition & 1 deletion charts/selenium-grid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
name: keda
condition: autoscaling.enabled, keda.enabled
- repository: https://kubernetes.github.io/ingress-nginx
version: 4.12.0
version: 4.12.1
name: ingress-nginx
condition: ingress.enableWithController, ingress-nginx.enabled
- repository: https://jaegertracing.github.io/helm-charts
Expand Down
Loading