Files
HelmChartSammlung/charts/calibre-web/Chart.yaml
Marko Oldenburg 4425a0e703
All checks were successful
Build Helm Chart / helm-package (push) Successful in 4s
Update Calibre-Web Helm chart metadata and configurations
Updated the Calibre-Web Helm chart's metadata in `Chart.yaml`,
including a more descriptive app description, updated version to
0.1.2, and added keywords, home URL, source references, and
maintainer information.

In `deployment.yaml`, modified the image reference to allow
a customizable image tag instead of defaulting to the app version.

In `values.yaml`, adjusted the size of persistent storage
volumes for `data` and `config`, changing them to 2Gi and
50Mi respectively. This ensures more manageable resource
allocation for deployments, addressing potential over-provisioning.

These changes collectively enhance the usability and
maintainability of the Helm chart for Calibre-Web deployments.
2025-12-10 07:58:33 +01:00

18 lines
623 B
YAML

apiVersion: v2
name: calibre-web
description: Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks using a valid Calibre database.
version: 0.1.2
appVersion: 0.6.25-ls360
keywords:
- calibre
- ebook
- calibre-web
home: https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/calibre-web
sources:
- https://github.com/janeczku/calibre-web
- https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/calibre-web
maintainers:
- name: Marko Oldenburg
email: development@cooltux.net
url: https://git.cooltux.net/marko