chore(deps): pin dependencies (#3)
All checks were successful
Deploy / deploy (push) Successful in 53s

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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcHMiLCJrOHMiXX0=-->

Reviewed-on: #3
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
This commit was merged in pull request #3.
This commit is contained in:
2026-04-06 18:45:44 +02:00
committed by t.behrendt
parent 2fd23f2bf3
commit fd17b168ff

View File

@@ -18,7 +18,7 @@ spec:
kubernetes.io/hostname: k3sh0 kubernetes.io/hostname: k3sh0
containers: containers:
- name: photoprism - name: photoprism
image: photoprism/photoprism:latest image: photoprism/photoprism:latest@sha256:5229f68bce0293320547f35c733de584d7c2d5725a0efbddb68d7a118a8fc21c
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
limits: limits:
@@ -91,7 +91,7 @@ spec:
- mountPath: /photoprism/storage - mountPath: /photoprism/storage
name: storage name: storage
- name: redis - name: redis
image: redis:6-alpine image: redis:6-alpine@sha256:46884be93652d02a96a176ccf173d1040bef365c5706aa7b6a1931caec8bfeef
resources: resources:
limits: limits:
cpu: "500m" cpu: "500m"