Files
truecharts/charts/stable/komga/values.yaml
T
TrueCharts BotandGitHub df469bc2d4 chore(deps): update container image gotson/komga to v1.9.2@0f375f0 by renovate (#16299)
This PR contains the following updates:

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

---

> [!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.9.2`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#192-2023-12-18)

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

#### 🛠  Build

**release**

- re-enable npm cache
([d65ee39](https://togithub.com/gotson/komga/commits/d65ee39))

**webui**

- build would pull incorrect version of dependency
([de0e854](https://togithub.com/gotson/komga/commits/de0e854)), closes
[#&#8203;1353](https://togithub.com/gotson/komga/issues/1353)

###
[`v1.9.1`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#191-2023-12-18)

[Compare
Source](https://togithub.com/gotson/komga/compare/1.9.0...1.9.1)

#### 🐛 Fixes

**api**

- incorrect progression date check
([3daa194](https://togithub.com/gotson/komga/commits/3daa194))

**epubreader**

- ignore progression without locator
([d168c0a](https://togithub.com/gotson/komga/commits/d168c0a)), closes
[#&#8203;1352](https://togithub.com/gotson/komga/issues/1352)

#### 🔄️ Changes

- remove announcement workaround for links
([c4d6868](https://togithub.com/gotson/komga/commits/c4d6868))

#### 🛠  Build

**release**

- disable npm cache
([4f79fbf](https://togithub.com/gotson/komga/commits/4f79fbf)), closes
[#&#8203;1353](https://togithub.com/gotson/komga/issues/1353)

#### 🌐 Translation

**komga-tray**

- use UTF-8 for properties
([4c922c4](https://togithub.com/gotson/komga/commits/4c922c4))

**webui**

- translated using Weblate (Chinese (Simplified))
([b4c05a2](https://togithub.com/gotson/komga/commits/b4c05a2))
- translated using Weblate (Finnish)
([341b42b](https://togithub.com/gotson/komga/commits/341b42b))
- translated using Weblate (Spanish)
([754d016](https://togithub.com/gotson/komga/commits/754d016))
- translated using Weblate (Italian)
([744b6f5](https://togithub.com/gotson/komga/commits/744b6f5))
- translated using Weblate (German)
([5f96700](https://togithub.com/gotson/komga/commits/5f96700))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-18 07:24:25 +01:00

37 lines
880 B
YAML

image:
repository: gotson/komga
tag: 1.9.2@sha256:0f375f048044249d0355ce68438d72bdfebeb5fad1d2e1476a6e87b05f48e0f0
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