This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gotson/komga](https://togithub.com/gotson/komga) | patch | `1.10.3` -> `1.10.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gotson/komga (gotson/komga)</summary> ### [`v1.10.4`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#1104-2024-03-12) [Compare Source](https://togithub.com/gotson/komga/compare/1.10.3...1.10.4) #### 🐛 Fixes **api** - cap search results to avoid SQLITE_TOOBIG ([d34d4a5](https://togithub.com/gotson/komga/commits/d34d4a5)), closes [#​1428](https://togithub.com/gotson/komga/issues/1428) - book fileLastModified was in local time instead of UTC ([1648533](https://togithub.com/gotson/komga/commits/1648533)), closes [#​1430](https://togithub.com/gotson/komga/issues/1430) **unscoped** - better compatibility for malformed epub files ([e09cbc4](https://togithub.com/gotson/komga/commits/e09cbc4)), closes [#​1441](https://togithub.com/gotson/komga/issues/1441) - some epub resources would not be detected properly ([f8e40ce](https://togithub.com/gotson/komga/commits/f8e40ce)), closes [#​1441](https://togithub.com/gotson/komga/issues/1441) [#​1442](https://togithub.com/gotson/komga/issues/1442) #### 🛠 Build - migrate to gradle/actions/setup-gradle@v3 ([5466087](https://togithub.com/gotson/komga/commits/5466087)) #### 🌐 Translation **komga-tray** - deleted translation using Weblate (Chinese (Simplified)) ([ed374a1](https://togithub.com/gotson/komga/commits/ed374a1)) - translated using Weblate (Chinese (Simplified)) ([4b7bfa0](https://togithub.com/gotson/komga/commits/4b7bfa0)) - translated using Weblate (Korean) ([05f02f5](https://togithub.com/gotson/komga/commits/05f02f5)) - translated using Weblate (Italian) ([e38dce2](https://togithub.com/gotson/komga/commits/e38dce2)) - added translation using Weblate (Portuguese) ([0288231](https://togithub.com/gotson/komga/commits/0288231)) - translated using Weblate (Turkish) ([0f189c1](https://togithub.com/gotson/komga/commits/0f189c1)) **webui** - translated using Weblate (Chinese (Simplified)) ([38cdf70](https://togithub.com/gotson/komga/commits/38cdf70)) - translated using Weblate (Korean) ([ac3eb4e](https://togithub.com/gotson/komga/commits/ac3eb4e)) - translated using Weblate (Finnish) ([d98de06](https://togithub.com/gotson/komga/commits/d98de06)) - translated using Weblate (Italian) ([e9f1017](https://togithub.com/gotson/komga/commits/e9f1017)) - added translation using Weblate (Portuguese) ([5b70520](https://togithub.com/gotson/komga/commits/5b70520)) - translated using Weblate (Portuguese (Brazil)) ([6e915d6](https://togithub.com/gotson/komga/commits/6e915d6)) - translated using Weblate (Turkish) ([4e5cc0d](https://togithub.com/gotson/komga/commits/4e5cc0d)) #### ⚙️ Dependencies **ci** - bump gradle/wrapper-validation-action from 1 to 2 ([5a21c5c](https://togithub.com/gotson/komga/commits/5a21c5c)) - bump hydraulic-software/conveyor from 13.0 to 13.1 ([c9ab1f7](https://togithub.com/gotson/komga/commits/c9ab1f7)) - bump peter-evans/dockerhub-description from 3.4.2 to 4.0.0 ([898bc19](https://togithub.com/gotson/komga/commits/898bc19)) **webui** - bump sanitize-html from 2.11.0 to 2.12.1 in /komga-webui ([b0b457a](https://togithub.com/gotson/komga/commits/b0b457a)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
37 lines
881 B
YAML
37 lines
881 B
YAML
image:
|
|
repository: gotson/komga
|
|
tag: 1.10.4@sha256:5b4f581be33141f07abed7bb665077352fb046183f3614b0a647530588784735
|
|
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"
|
|
portal:
|
|
open:
|
|
enabled: true
|