Skip to content

Commit

Permalink
chore(deps): update dependencies all updates (#166)
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] authored Feb 17, 2025
1 parent 41a236a commit a3d770a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13-alpine3.20@sha256:816feb29731cdee64b15b0ae91dd9f1cbc36765984ff8ea85a3d90f064417237 as helper
FROM python:3.13-alpine3.20@sha256:e885b40c1ed9f3134030e99a27bd61e98e376bf6d6709cccfb3c0aa6e856f56a as helper

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

USER 1000

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

ARG IMAGE_VERSION=latest
ARG COMMIT_SHA=unknown
Expand Down
6 changes: 3 additions & 3 deletions EXAMPLE/prometheus/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: alertmanager
repository: https://prometheus-community.github.io/helm-charts
version: 1.14.0
version: 1.15.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.30.0
Expand All @@ -11,5 +11,5 @@ dependencies:
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 3.0.0
digest: sha256:700b5feb0f22f3b7fc44538f2798921841760f23953e628285ed5c71ab893e72
generated: "2025-02-10T07:53:45.718998466Z"
digest: sha256:fb0c8979abd15da64e72bbbbf8e7c317e7104d7634d245b15ba2574fcca75aa2
generated: "2025-02-15T10:35:39.845618863Z"
2 changes: 1 addition & 1 deletion EXAMPLE/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ maintainers:
type: application
dependencies:
- name: alertmanager
version: "1.14.*"
version: "1.15.*"
repository: https://prometheus-community.github.io/helm-charts
condition: alertmanager.enabled
- name: kube-state-metrics
Expand Down

0 comments on commit a3d770a

Please sign in to comment.