Compare commits

...

2 Commits

Author SHA1 Message Date
9a6a85eeb0 chore(deps): update redis docker tag to v8
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Validate / validate (push) Successful in 24s
2026-04-06 16:50:41 +00:00
fd17b168ff 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>
2026-04-06 18:45:44 +02:00

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:8-alpine@sha256:81b6f81d6a6c5b9019231a2e8eb10085e3a139a34f833dcc965a8a959b040b72
resources: resources:
limits: limits:
cpu: "500m" cpu: "500m"