Skip to content

Commit a3d770a

Browse files
chore(deps): update dependencies all updates (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41a236a commit a3d770a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine3.20@sha256:816feb29731cdee64b15b0ae91dd9f1cbc36765984ff8ea85a3d90f064417237 as helper
1+
FROM python:3.13-alpine3.20@sha256:e885b40c1ed9f3134030e99a27bd61e98e376bf6d6709cccfb3c0aa6e856f56a as helper
22

33
# renovate: datasource=pypi depName=pipenv versioning=pep440
44
ENV PIP_ENV_VERSION=2024.4.1
@@ -16,7 +16,7 @@ EOF
1616

1717
USER 1000
1818

19-
FROM python:3.13-alpine3.20@sha256:816feb29731cdee64b15b0ae91dd9f1cbc36765984ff8ea85a3d90f064417237
19+
FROM python:3.13-alpine3.20@sha256:e885b40c1ed9f3134030e99a27bd61e98e376bf6d6709cccfb3c0aa6e856f56a
2020

2121
ARG IMAGE_VERSION=latest
2222
ARG COMMIT_SHA=unknown

EXAMPLE/prometheus/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: alertmanager
33
repository: https://prometheus-community.github.io/helm-charts
4-
version: 1.14.0
4+
version: 1.15.0
55
- name: kube-state-metrics
66
repository: https://prometheus-community.github.io/helm-charts
77
version: 5.30.0
@@ -11,5 +11,5 @@ dependencies:
1111
- name: prometheus-pushgateway
1212
repository: https://prometheus-community.github.io/helm-charts
1313
version: 3.0.0
14-
digest: sha256:700b5feb0f22f3b7fc44538f2798921841760f23953e628285ed5c71ab893e72
15-
generated: "2025-02-10T07:53:45.718998466Z"
14+
digest: sha256:fb0c8979abd15da64e72bbbbf8e7c317e7104d7634d245b15ba2574fcca75aa2
15+
generated: "2025-02-15T10:35:39.845618863Z"

EXAMPLE/prometheus/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ maintainers:
2626
type: application
2727
dependencies:
2828
- name: alertmanager
29-
version: "1.14.*"
29+
version: "1.15.*"
3030
repository: https://prometheus-community.github.io/helm-charts
3131
condition: alertmanager.enabled
3232
- name: kube-state-metrics

0 commit comments

Comments
 (0)