File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/sup
117
117
&& touch /opt/selenium/config.toml \
118
118
&& chown -R ${SEL_USER}:${SEL_GROUP} /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd ${HOME} \
119
119
&& 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 \
121
121
-O /opt/selenium/selenium-server.jar \
122
122
&& echo "${SEL_PASSWD}" > /opt/selenium/initialPasswd \
123
123
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
19
19
name : jaeger
20
20
condition : tracing.enabled
21
21
- repository : https://prometheus-community.github.io/helm-charts
22
- version : 58.0.0
22
+ version : 58.0.1
23
23
name : kube-prometheus-stack
24
24
condition : monitoring.enabled
25
25
alias : prometheus-stack
You can’t perform that action at this time.
0 commit comments