From fd17b168ff86b53a9ac62e4628b9dddd158c6244 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Apr 2026 18:45:44 +0200 Subject: [PATCH] chore(deps): pin dependencies (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | photoprism/photoprism | pinDigest | → `5229f68` | | redis | pinDigest | → `46884be` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/k_photoprism/pulls/3 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- k8s/21_deployment_photoprism.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/21_deployment_photoprism.yaml b/k8s/21_deployment_photoprism.yaml index 35e1e4a..b3306c2 100644 --- a/k8s/21_deployment_photoprism.yaml +++ b/k8s/21_deployment_photoprism.yaml @@ -18,7 +18,7 @@ spec: kubernetes.io/hostname: k3sh0 containers: - name: photoprism - image: photoprism/photoprism:latest + image: photoprism/photoprism:latest@sha256:5229f68bce0293320547f35c733de584d7c2d5725a0efbddb68d7a118a8fc21c imagePullPolicy: Always resources: limits: @@ -91,7 +91,7 @@ spec: - mountPath: /photoprism/storage name: storage - name: redis - image: redis:6-alpine + image: redis:6-alpine@sha256:46884be93652d02a96a176ccf173d1040bef365c5706aa7b6a1931caec8bfeef resources: limits: cpu: "500m"