Skip to content

Commit a3912b2

Browse files
chore(deps): update helm release kube-prometheus-stack to v58.0.1 (#2203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5c7494 commit a3912b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/sup
117117
&& touch /opt/selenium/config.toml \
118118
&& chown -R ${SEL_USER}:${SEL_GROUP} /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd ${HOME} \
119119
&& chmod -R 775 /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd ${HOME} \
120-
&& wget --no-verbose https://github.com/ndviet/selenium/releases/download/${RELEASE}/selenium-server-${VERSION}.jar \
120+
&& wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/${RELEASE}/selenium-server-${VERSION}.jar \
121121
-O /opt/selenium/selenium-server.jar \
122122
&& echo "${SEL_PASSWD}" > /opt/selenium/initialPasswd \
123123
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \

Diff for: charts/selenium-grid/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
name: jaeger
2020
condition: tracing.enabled
2121
- repository: https://prometheus-community.github.io/helm-charts
22-
version: 58.0.0
22+
version: 58.0.1
2323
name: kube-prometheus-stack
2424
condition: monitoring.enabled
2525
alias: prometheus-stack

0 commit comments

Comments
 (0)