Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/data/playground-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7422,6 +7422,13 @@ export const chartConfigs: Record<string, ChartConfig> = {
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',
Expand Down
6 changes: 5 additions & 1 deletion src/pages/docs/charts/komga.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ and native apps for iOS and Android.
source collection. Always back up `/config`.
</Callout>

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)
Expand Down Expand Up @@ -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. |

Expand Down
1 change: 1 addition & 0 deletions src/pages/playground.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const siteSyncPlaygroundConfigs: Record<string, string> = {
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',
Expand Down