Files
infrastructure/clusters/cl01tl/helm/site-profile/values.yaml
Renovate Bot d7246a3a74
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 26s
renovate / renovate (push) Successful in 5m7s
render-manifests-dispatch / render-manifests-dispatch (push) Failing after 17m24s
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.21.0 (#4461)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `2.19.1` → `2.21.0` |

---

### Release Notes

<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>

### [`v2.21.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.20.1...2.21.0)

[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.20.1...2.21.0)

### [`v2.20.1`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.20.0...2.20.1)

[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.20.0...2.20.1)

### [`v2.20.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.19.1...2.20.0)

[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.19.1...2.20.0)

</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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update 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:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #4461
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-03-06 02:07:18 +00:00

28 lines
597 B
YAML

site-profile:
global:
fullnameOverride: site-profile
controllers:
main:
type: deployment
replicas: 3
strategy: RollingUpdate
revisionHistoryLimit: 3
containers:
main:
image:
repository: harbor.alexlebens.net/images/site-profile
tag: 2.21.0
pullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 4321
protocol: HTTP