This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `3.12.1` → `3.13.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v3.13.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/releases/tag/3.13.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.12.1...3.13.0) ##### Bug Fixes - change execution mode ([a6c889f](a6c889f76a)) ##### Features - add and update pre-commit ([148fe8e](148fe8eeff)) - add fallback ([787479e](787479e077)) - add fallback ([220c29f](220c29f4f7)) - add fallback to run animations on switch ([954112e](954112e30e)) - add semantic-release/npm ([91c9a4b](91c9a4bb91)) - change paths ([9319228](9319228ef6)) - consolidate css into tailwind ([dfeb181](dfeb181a1d)) - downgrade to astro 5 ([f35c73b](f35c73b028)) - move scripts to script folder ([641c7cb](641c7cb33f)) - refactor static paths and photoswipe on blog page, move script to base layout ([93a53ca](93a53cab3d)) - remove react ([e3179b0](e3179b0480)) - revert shiki css changes ([c4104a5](c4104a52d1)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4791 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
28 lines
597 B
YAML
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: 3.13.0
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
requests:
|
|
cpu: 10m
|
|
memory: 128Mi
|
|
service:
|
|
main:
|
|
controller: main
|
|
ports:
|
|
http:
|
|
port: 80
|
|
targetPort: 4321
|
|
protocol: HTTP
|