File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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 | 3.3.4 |
2424| https://kedacore.github.io/charts | keda | 2.16.1 |
2525| https://kubernetes.github.io/ingress-nginx | ingress-nginx | 4.12.0 |
26- | https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 69.7 .2 |
26+ | https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 70.0 .2 |
2727
2828## Values
2929
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 : 69.7 .2
22+ version : 70.0 .2
2323 name : kube-prometheus-stack
2424 condition : monitoring.enabled, kube-prometheus-stack.enabled
2525- repository : https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ cleanup() {
9494 if [ " ${SKIP_CLEANUP} " = " false" ] || [ " ${CI:- false} " != " false" ]; then
9595 helm ls -A
9696 echo " Clean up chart release and namespace"
97- helm delete ${RELEASE_NAME} --namespace ${SELENIUM_NAMESPACE} --no-hooks || true
97+ helm delete ${RELEASE_NAME} --namespace ${SELENIUM_NAMESPACE} || true
9898 wait_for_terminated
9999 sudo chmod -R 777 ${HOST_PATH} /logs
100100 fi
You can’t perform that action at this time.
0 commit comments