Skip to content

Commit

Permalink
chore(deps): update helm release kube-prometheus-stack to v58.0.1 (#2203
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent b5c7494 commit a3912b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Base/Dockerfile
Expand Up @@ -117,7 +117,7 @@ RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/sup
&& touch /opt/selenium/config.toml \
&& chown -R ${SEL_USER}:${SEL_GROUP} /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd ${HOME} \
&& chmod -R 775 /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd ${HOME} \
&& wget --no-verbose https://github.com/ndviet/selenium/releases/download/${RELEASE}/selenium-server-${VERSION}.jar \
&& wget --no-verbose https://github.com/SeleniumHQ/selenium/releases/download/${RELEASE}/selenium-server-${VERSION}.jar \
-O /opt/selenium/selenium-server.jar \
&& echo "${SEL_PASSWD}" > /opt/selenium/initialPasswd \
&& chgrp -R 0 /opt/selenium ${HOME} /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
Expand Down
2 changes: 1 addition & 1 deletion charts/selenium-grid/Chart.yaml
Expand Up @@ -19,7 +19,7 @@ dependencies:
name: jaeger
condition: tracing.enabled
- repository: https://prometheus-community.github.io/helm-charts
version: 58.0.0
version: 58.0.1
name: kube-prometheus-stack
condition: monitoring.enabled
alias: prometheus-stack
Expand Down

0 comments on commit a3912b2

Please sign in to comment.