diff --git a/Dockerfile b/Dockerfile index a71ff84..6f748a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/EXAMPLE/prometheus/Chart.lock b/EXAMPLE/prometheus/Chart.lock index dea0879..dc5ebce 100644 --- a/EXAMPLE/prometheus/Chart.lock +++ b/EXAMPLE/prometheus/Chart.lock @@ -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" diff --git a/EXAMPLE/prometheus/Chart.yaml b/EXAMPLE/prometheus/Chart.yaml index ca1ee9e..2de2c66 100644 --- a/EXAMPLE/prometheus/Chart.yaml +++ b/EXAMPLE/prometheus/Chart.yaml @@ -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 diff --git a/EXAMPLE/prometheus/values.yaml b/EXAMPLE/prometheus/values.yaml index d3c8cee..e0e2fbe 100644 --- a/EXAMPLE/prometheus/values.yaml +++ b/EXAMPLE/prometheus/values.yaml @@ -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: ""