From 04be7225b8c29cdfde942bab6c8f579a3d3c533b Mon Sep 17 00:00:00 2001 From: Maicon Berlofa Date: Tue, 7 Jul 2026 13:06:10 -0300 Subject: [PATCH] docs(komga): sync 1.25.0 default --- src/data/playground-configs.ts | 7 +++++++ src/pages/docs/charts/komga.mdx | 6 +++++- src/pages/playground.astro | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/data/playground-configs.ts b/src/data/playground-configs.ts index 60ccd210..b74ad725 100644 --- a/src/data/playground-configs.ts +++ b/src/data/playground-configs.ts @@ -7422,6 +7422,13 @@ export const chartConfigs: Record = { default: '50Gi', description: 'Comic and manga library PVC size', }, + { + label: 'Image Tag', + key: 'image.tag', + type: 'text', + default: '1.25.0', + description: 'Komga image tag', + }, { label: 'Timezone', key: 'komga.timezone', diff --git a/src/pages/docs/charts/komga.mdx b/src/pages/docs/charts/komga.mdx index 1ba8877f..ce6e2648 100644 --- a/src/pages/docs/charts/komga.mdx +++ b/src/pages/docs/charts/komga.mdx @@ -20,6 +20,10 @@ and native apps for iOS and Android. source collection. Always back up `/config`. +Komga `1.25.0` adds solid RAR4 archive support, Kobo content restriction fixes, +OpenAPI schema flattening, and dependency updates including Spring Boot. Back +up `/config` before upgrading because it contains the SQLite databases. + ## Chart References - [Chart source](https://github.com/helmforgedev/charts/tree/main/charts/komga) @@ -257,7 +261,7 @@ ingress: | Parameter | Type | Default | Description | | ------------------ | ------ | ------------------------ | ------------------------------------ | | `image.repository` | string | `docker.io/gotson/komga` | Komga container image. | -| `image.tag` | string | `"1.24.4"` | Image tag. | +| `image.tag` | string | `"1.25.0"` | Image tag. | | `image.pullPolicy` | string | `IfNotPresent` | Image pull policy. | | `imagePullSecrets` | array | `[]` | Pull secrets for private registries. | diff --git a/src/pages/playground.astro b/src/pages/playground.astro index 2587bb4b..43aa82ed 100644 --- a/src/pages/playground.astro +++ b/src/pages/playground.astro @@ -53,6 +53,7 @@ const siteSyncPlaygroundConfigs: Record = { jenkins: 'src/data/playground-configs.ts', jupyterhub: 'src/data/playground-configs.ts', kibana: 'src/data/playground-configs.ts', + komga: 'src/data/playground-configs.ts', 'kubernetes-mcp-server': 'src/data/playground-configs.ts', langflow: 'src/data/playground-configs.ts', clickhouse: 'src/data/playground-configs.ts',