Compare commits

..

2 Commits

Author SHA1 Message Date
715d0934e7 chore(deps): update redis docker tag to v7
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Validate / validate (push) Successful in 9s
2026-04-16 10:13:02 +00:00
c034912846 chore(deps): update https://gitea.t000-n.de/t.behrendt/k_deploy_workflows action to v0.0.10 (#4)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [https://gitea.t000-n.de/t.behrendt/k_deploy_workflows](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows) | action | patch | `0.0.6` → `0.0.10` |
| [https://gitea.t000-n.de/t.behrendt/k_deploy_workflows](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows) | action | patch | `0.0.7` → `0.0.10` |

---

### Release Notes

<details>
<summary>t.behrendt/k_deploy_workflows (https://gitea.t000-n.de/t.behrendt/k_deploy_workflows)</summary>

### [`v0.0.10`](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.9...0.0.10)

[Compare Source](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.9...0.0.10)

### [`v0.0.9`](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.8...0.0.9)

[Compare Source](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.8...0.0.9)

### [`v0.0.8`](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.7...0.0.8)

[Compare Source](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.7...0.0.8)

### [`v0.0.7`](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.6...0.0.7)

[Compare Source](https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/compare/0.0.6...0.0.7)

</details>

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->

Reviewed-on: #4
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-15 11:41:44 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@9c76b8bfdc596579fa77a415bf4909d2e8b41734 # 0.0.9
- uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@7993842765aaa808493ab79c5f3c21cf2d30f300 # 0.0.10
id: namespace
with:
repo: ${{ github.repository }}

View File

@@ -7,7 +7,7 @@ jobs:
run-renovate:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@9c76b8bfdc596579fa77a415bf4909d2e8b41734 # 0.0.9
- uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@7993842765aaa808493ab79c5f3c21cf2d30f300 # 0.0.10
id: namespace
with:
repo: ${{ github.repository }}

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@9c76b8bfdc596579fa77a415bf4909d2e8b41734 # 0.0.9
- uses: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/.gitea/actions/extract-namespace-from-repo-name@7993842765aaa808493ab79c5f3c21cf2d30f300 # 0.0.10
id: namespace
with:
repo: ${{ github.repository }}

View File

@@ -91,7 +91,7 @@ spec:
- mountPath: /photoprism/storage
name: storage
- name: redis
image: redis:6-alpine@sha256:46884be93652d02a96a176ccf173d1040bef365c5706aa7b6a1931caec8bfeef
image: redis:7-alpine@sha256:8b81dd37ff027bec4e516d41acfbe9fe2460070dc6d4a4570a2ac5b9d59df065
resources:
limits:
cpu: "500m"