Skip to content

Commit

Permalink
chore(deps): update dependencies all updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent f1b2fe1 commit d34baa4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.13-alpine3.20@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6 as helper

# renovate: datasource=pypi depName=pipenv versioning=pep440
ENV PIP_ENV_VERSION=2024.3.1
ENV PIP_ENV_VERSION=2024.4.0

USER root

Expand Down
6 changes: 3 additions & 3 deletions EXAMPLE/prometheus/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 5.26.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.41.0
version: 4.42.0
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.15.0
digest: sha256:50eb2de6dad93cf081ea12de312c7a38c3955e5a219ed39e1d5c536acf592d59
generated: "2024-11-01T02:11:55.23672029Z"
digest: sha256:bef778936ee0289efb966d9796470d535d6962e259df58f6ae96c59112f6037b
generated: "2024-11-06T00:51:22.296864768Z"
2 changes: 1 addition & 1 deletion EXAMPLE/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.41.*"
version: "4.42.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
Expand Down
2 changes: 1 addition & 1 deletion EXAMPLE/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ configmapReload:
# configmap-reload container image
image:
repository: quay.io/prometheus-operator/prometheus-config-reloader
tag: v0.78.0
tag: v0.78.1
# -- stella
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
digest: ""
Expand Down

0 comments on commit d34baa4

Please sign in to comment.