This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) | minor | `72dc9f8` -> `ba892ab` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>gotson/komga (docker.io/gotson/komga)</summary> ### [`v1.22.0`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1220-2025-06-23) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.21.3...1.22.0) #### 🚀 Features **api** - user creation supports restrictions ([1f0817b](https://redirect.github.com/gotson/komga/commits/1f0817b)) #### 🐛 Fixes **api** - add CSP response header for untrusted epub resources ([25de597](https://redirect.github.com/gotson/komga/commits/25de597)) - marking already read announcement as read would return error 500 ([8cf2403](https://redirect.github.com/gotson/komga/commits/8cf2403)) #### 🛠 Build **release** - remove unused announce step ([2911348](https://redirect.github.com/gotson/komga/commits/2911348)) **webui** - update Browserslist db ([bc8a5df](https://redirect.github.com/gotson/komga/commits/bc8a5df)) #### 📝 Documentation **api** - add /actuator/info in OpenAPI specification ([1ab46a7](https://redirect.github.com/gotson/komga/commits/1ab46a7)) - document remember-me parameter on Retrieve Current User API ([cc78cd3](https://redirect.github.com/gotson/komga/commits/cc78cd3)) **openapi** - rename Claim Server tag to avoid conflict with operation name ([a17ff43](https://redirect.github.com/gotson/komga/commits/a17ff43)) #### 🌐 Translation **komga-tray** - translated using Weblate (Assamese) ([56e7cff](https://redirect.github.com/gotson/komga/commits/56e7cff)) - translated using Weblate (Indonesian) ([4082451](https://redirect.github.com/gotson/komga/commits/4082451)) - translated using Weblate (Bulgarian) ([fb7f144](https://redirect.github.com/gotson/komga/commits/fb7f144)) **webui** - translated using Weblate (Chinese (Simplified Han script)) ([aad3e4a](https://redirect.github.com/gotson/komga/commits/aad3e4a)) - translated using Weblate (Chinese (Traditional Han script)) ([b228f0e](https://redirect.github.com/gotson/komga/commits/b228f0e)) - translated using Weblate (Korean) ([324262f](https://redirect.github.com/gotson/komga/commits/324262f)) - translated using Weblate (Finnish) ([0423f82](https://redirect.github.com/gotson/komga/commits/0423f82)) - translated using Weblate (French) ([d77d9cb](https://redirect.github.com/gotson/komga/commits/d77d9cb)) - translated using Weblate (Spanish) ([80e7cfb](https://redirect.github.com/gotson/komga/commits/80e7cfb)) - translated using Weblate (Dutch) ([b762fe0](https://redirect.github.com/gotson/komga/commits/b762fe0)) - translated using Weblate (Indonesian) ([f00ec95](https://redirect.github.com/gotson/komga/commits/f00ec95)) - translated using Weblate (Italian) ([d8a374a](https://redirect.github.com/gotson/komga/commits/d8a374a)) - translated using Weblate (Hungarian) ([299ef6c](https://redirect.github.com/gotson/komga/commits/299ef6c)) - translated using Weblate (Portuguese) ([009bc6e](https://redirect.github.com/gotson/komga/commits/009bc6e)) - translated using Weblate (Japanese) ([1197ecf](https://redirect.github.com/gotson/komga/commits/1197ecf)) - translated using Weblate (German) ([6629741](https://redirect.github.com/gotson/komga/commits/6629741)) - translated using Weblate (Turkish) ([b570169](https://redirect.github.com/gotson/komga/commits/b570169)) #### ⚙️ Dependencies **ci** - bump hydraulic-software/conveyor from 18.0 to 18.1 ([e2a0b94](https://redirect.github.com/gotson/komga/commits/e2a0b94)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
34 lines
857 B
YAML
34 lines
857 B
YAML
image:
|
|
repository: docker.io/gotson/komga
|
|
tag: 1.22.0@sha256:ba892ab3e082b17e73929b06b89f1806535bc72ef4bc6c89cd3e135af725afc3
|
|
pullPolicy: IfNotPresent
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
probes:
|
|
liveness:
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
path: /actuator/health
|
|
readiness:
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
path: /actuator/health
|
|
startup:
|
|
type: tcp
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10085
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|