diff --git a/charts/komga/Chart.yaml b/charts/komga/Chart.yaml index 56f3bba27..4fe0185d9 100644 --- a/charts/komga/Chart.yaml +++ b/charts/komga/Chart.yaml @@ -4,7 +4,7 @@ name: komga description: Komga media server for comics and manga with persistent SQLite storage, library management, and S3 backup type: application version: 1.4.12 -appVersion: "1.24.4" +appVersion: "1.25.0" kubeVersion: ">=1.26.0-0" maintainers: - name: helmforgedev @@ -23,8 +23,8 @@ sources: icon: https://helmforge.dev/icons/charts/komga.png annotations: artifacthub.io/changes: | - - kind: fixed - description: "complete chart standards (#512)" + - kind: changed + description: "bump komga to 1.25.0 (#696)" artifacthub.io/maintainers: | - name: HelmForge email: berlofa@helmforge.dev diff --git a/charts/komga/README.md b/charts/komga/README.md index 2922a82d3..e25eaf4df 100644 --- a/charts/komga/README.md +++ b/charts/komga/README.md @@ -52,6 +52,13 @@ After deploying, port-forward to access the web interface and create your admin kubectl port-forward svc/-komga 25600:80 ``` +## Upgrade Notes + +Komga `1.25.0` adds support for solid RAR4 archives, enforces Kobo content +restrictions more consistently, flattens hierarchical OpenAPI schemas, and +updates application dependencies including Spring Boot. Back up the `/config` +PVC before upgrading because Komga stores its SQLite databases there. + ## Production Example ```yaml @@ -98,7 +105,7 @@ backup: | Key | Default | Description | |-----|---------|-------------| | `image.repository` | `docker.io/gotson/komga` | Image repository | -| `image.tag` | `"1.24.4"` | Image tag | +| `image.tag` | `"1.25.0"` | Image tag | | `image.pullPolicy` | `IfNotPresent` | Pull policy | ### Komga Configuration diff --git a/charts/komga/tests/deployment_test.yaml b/charts/komga/tests/deployment_test.yaml index 5f71fe3cc..c35d3d208 100644 --- a/charts/komga/tests/deployment_test.yaml +++ b/charts/komga/tests/deployment_test.yaml @@ -18,7 +18,7 @@ tests: asserts: - equal: path: spec.template.spec.containers[0].image - value: "docker.io/gotson/komga:1.24.4" + value: "docker.io/gotson/komga:1.25.0" - it: should set container port to 25600 asserts: diff --git a/charts/komga/values.yaml b/charts/komga/values.yaml index 45976b976..568055432 100644 --- a/charts/komga/values.yaml +++ b/charts/komga/values.yaml @@ -16,7 +16,7 @@ image: # -- Komga image repository repository: docker.io/gotson/komga # -- Komga image tag - tag: "1.24.4" + tag: "1.25.0" pullPolicy: IfNotPresent imagePullSecrets: []