From 33dbacdfc11ed57dcf97910bcc91690c0a453a1d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Aug 2026 06:28:36 +0000 Subject: [PATCH] chore(deps): pin dependencies --- deploy/k8s/charts/blackbox/values.yaml | 2 +- deploy/k8s/charts/loki/values.yaml | 2 +- deploy/k8s/charts/mailpit/values.yaml | 2 +- deploy/k8s/charts/postgres-exporter/values.yaml | 2 +- deploy/k8s/charts/postgres/values.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/k8s/charts/blackbox/values.yaml b/deploy/k8s/charts/blackbox/values.yaml index 9d190a5..ee8aa32 100644 --- a/deploy/k8s/charts/blackbox/values.yaml +++ b/deploy/k8s/charts/blackbox/values.yaml @@ -4,7 +4,7 @@ # PR-4 (RFC-0003 Section 6) -- not a scrape of the exporters own /metrics. image: repository: prom/blackbox-exporter - tag: v0.26.0 + tag: v0.26.0@sha256:92e05d5fe0df01d3980518dc42f07b778a8997048b57392ebc7f7391ebd7bb06 digest: sha256:92e05d5fe0df01d3980518dc42f07b778a8997048b57392ebc7f7391ebd7bb06 replicaCount: 1 containerPort: 9115 diff --git a/deploy/k8s/charts/loki/values.yaml b/deploy/k8s/charts/loki/values.yaml index a78238e..cac7d9f 100644 --- a/deploy/k8s/charts/loki/values.yaml +++ b/deploy/k8s/charts/loki/values.yaml @@ -4,7 +4,7 @@ # DaemonSet land in PR-4. image: repository: grafana/loki - tag: 3.7.3 + tag: 3.7.3@sha256:70b9f699fc9bb868b62f1cfd4f787dfa50242f1fd92e6089787d5d7daea75fe8 digest: sha256:70b9f699fc9bb868b62f1cfd4f787dfa50242f1fd92e6089787d5d7daea75fe8 replicaCount: 1 containerPort: 3100 diff --git a/deploy/k8s/charts/mailpit/values.yaml b/deploy/k8s/charts/mailpit/values.yaml index bacc063..79ff188 100644 --- a/deploy/k8s/charts/mailpit/values.yaml +++ b/deploy/k8s/charts/mailpit/values.yaml @@ -3,7 +3,7 @@ # ServiceMonitor. SMTP :1025 is in-cluster only (added in PR-3 as needed). image: repository: axllent/mailpit - tag: v1.27.5 + tag: v1.27.5@sha256:5921fa3c3f0a34eb000a89ac8279d1f9d711e486a9a8fd094f7db5a1920256ab digest: sha256:5921fa3c3f0a34eb000a89ac8279d1f9d711e486a9a8fd094f7db5a1920256ab replicaCount: 1 containerPort: 8025 diff --git a/deploy/k8s/charts/postgres-exporter/values.yaml b/deploy/k8s/charts/postgres-exporter/values.yaml index 2f7b3f9..b12b2c1 100644 --- a/deploy/k8s/charts/postgres-exporter/values.yaml +++ b/deploy/k8s/charts/postgres-exporter/values.yaml @@ -5,7 +5,7 @@ # flags are independent: probe posture and scrape posture are separate. image: repository: prometheuscommunity/postgres-exporter - tag: v0.20.1 + tag: v0.20.1@sha256:ac5ec343104fae0e2d84a27bb8d69b38430a11910c5382cad85d478d2bab713e digest: sha256:ac5ec343104fae0e2d84a27bb8d69b38430a11910c5382cad85d478d2bab713e replicaCount: 1 containerPort: 9187 diff --git a/deploy/k8s/charts/postgres/values.yaml b/deploy/k8s/charts/postgres/values.yaml index 34f9875..a712537 100644 --- a/deploy/k8s/charts/postgres/values.yaml +++ b/deploy/k8s/charts/postgres/values.yaml @@ -7,7 +7,7 @@ # move to Secrets in PR-3 (RFC-0003 DK8). image: repository: postgres - tag: 16-alpine + tag: 16-alpine@sha256:57c72fd2a128e416c7fcc499958864df5301e940bca0a56f58fddf30ffc07777 digest: sha256:57c72fd2a128e416c7fcc499958864df5301e940bca0a56f58fddf30ffc07777 replicaCount: 1 containerPort: 5432