diff --git a/src/data/playground-configs.ts b/src/data/playground-configs.ts index 60ccd21..b74ad72 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 1ba8877..ce6e264 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 2587bb4..43aa82e 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',