All checks were successful
Build Helm Chart / helm-package (push) Successful in 4s
Updated the calibre-web Helm chart version from 0.1.4 to 0.9.1 to reflect the latest release and ensure compatibility with new features and fixes. Additionally, modified the readiness and liveness probes in the deployment configuration by increasing the failureThreshold from 1 to 3. This change is intended to provide a more resilient deployment, allowing for a few additional failures before the pod is marked as unhealthy, which can be beneficial in environments with intermittent issues. No breaking changes are introduced in this update.
18 lines
623 B
YAML
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.9.1
|
|
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
|