File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
2323| 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 |
26- | https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | ^79 .0.0 |
26+ | https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | ^80 .0.0 |
2727
2828## Values
2929
@@ -745,6 +745,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
745745| videoManager.priorityClassName | string | ` "" ` | Priority class name for router pods |
746746| videoManager.extraVolumeMounts | list | ` [] ` | |
747747| videoManager.extraVolumes | list | ` [] ` | Extra volumes for video recorder pod |
748+ | networkPolicies | object | ` {} ` | Add network policies to this chart It can be set using the --set-json option |
748749| keda.additionalAnnotations | string | ` nil ` | Annotations for KEDA resources |
749750| keda.http.timeout | int | ` 60000 ` | |
750751| keda.webhooks | object | ` {"enabled":false} ` | Enable KEDA admission webhooks component |
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
1919 name : jaeger
2020 condition : tracing.enabled, jaeger.enabled
2121- repository : https://prometheus-community.github.io/helm-charts
22- version : ^79 .0.0
22+ version : ^80 .0.0
2323 name : kube-prometheus-stack
2424 condition : monitoring.enabled, kube-prometheus-stack.enabled
2525- repository : https://charts.bitnami.com/bitnami
You can’t perform that action at this time.
0 commit comments