Files
truecharts/charts/stable/komga/values.yaml
T
TrueCharts BotandGitHub 6353b80e11 chore(deps): update container image gotson/komga to v1.10.0@37159b0 by renovate (#17020)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gotson/komga](https://togithub.com/gotson/komga) | minor | `1.9.2` ->
`1.10.0` |

---

> [!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.0`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#1100-2024-01-08)

[Compare
Source](https://togithub.com/gotson/komga/compare/1.9.2...1.10.0)

#### 🚀 Features

**docker**

- add libarchive for RAR5 support
([6f8467a](https://togithub.com/gotson/komga/commits/6f8467a))

**komga**

- support for RAR5 via libarchive
([4c1301f](https://togithub.com/gotson/komga/commits/4c1301f))

**komga-tray**

- add libarchive for RAR5 support on macOS
([536d478](https://togithub.com/gotson/komga/commits/536d478))

#### 🐛 Fixes

**api**

- mark progression fragment handling
([eb24470](https://togithub.com/gotson/komga/commits/eb24470))
- mark progression timezone handling
([ec97da6](https://togithub.com/gotson/komga/commits/ec97da6)), closes
[#&#8203;1363](https://togithub.com/gotson/komga/issues/1363)

**webui**

- webreader crash when reading one-shot from collection context
([bdf9ec9](https://togithub.com/gotson/komga/commits/bdf9ec9)), closes
[#&#8203;1374](https://togithub.com/gotson/komga/issues/1374)

#### 🔄️ Changes

- ktlint ([8c4a5e3](https://togithub.com/gotson/komga/commits/8c4a5e3))

#### 🛠  Build

**release**

- upload to B2 with conveyor
([cccbc39](https://togithub.com/gotson/komga/commits/cccbc39))
- limit conveyor cache size
([cabed41](https://togithub.com/gotson/komga/commits/cabed41))

#### 🌐 Translation

**komga-tray**

- translated using Weblate (Chinese (Simplified))
([58ca293](https://togithub.com/gotson/komga/commits/58ca293))
- translated using Weblate (Finnish)
([d955db2](https://togithub.com/gotson/komga/commits/d955db2))
- translated using Weblate (French)
([e623c46](https://togithub.com/gotson/komga/commits/e623c46))
- translated using Weblate (Spanish)
([5758f6d](https://togithub.com/gotson/komga/commits/5758f6d))
- translated using Weblate (Dutch)
([8fa8989](https://togithub.com/gotson/komga/commits/8fa8989))
- added translation using Weblate (Catalan)
([e28c8eb](https://togithub.com/gotson/komga/commits/e28c8eb))
- translated using Weblate (Russian)
([609368f](https://togithub.com/gotson/komga/commits/609368f))

**webui**

- translated using Weblate (Chinese (Simplified))
([19000da](https://togithub.com/gotson/komga/commits/19000da))
- translated using Weblate (French)
([ea4bead](https://togithub.com/gotson/komga/commits/ea4bead))
- translated using Weblate (Dutch)
([86b2ec9](https://togithub.com/gotson/komga/commits/86b2ec9))
- translated using Weblate (Catalan)
([2150ddc](https://togithub.com/gotson/komga/commits/2150ddc))
- translated using Weblate (Russian)
([3bbe7b9](https://togithub.com/gotson/komga/commits/3bbe7b9))

#### ⚙️ Dependencies

**ci**

- bump conveyor to 13.0
([7dd05a5](https://togithub.com/gotson/komga/commits/7dd05a5))
- bump actions/upload-artifact from 3 to 4
([6d7dfdd](https://togithub.com/gotson/komga/commits/6d7dfdd))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-08 07:34:18 +01:00

37 lines
881 B
YAML

image:
repository: gotson/komga
tag: 1.10.0@sha256:37159b0cfb3b393dad96da56b89bc254803ca202f1dedfb7ec11ab65e57cda4c
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