All checks were successful
Build Helm Chart / helm-package (push) Successful in 4s
Updated the Chart.yaml version from 0.1.2 to 0.1.3 to reflect the new release of the calibre-web application. Modified the liveness and readiness probes in deployment.yaml to enhance the application's health checks. The liveness probe now has a failure threshold of 1 and an initial delay of 30 seconds, while the readiness probe has an initial delay of 30 seconds as well but with a period of 5 seconds. These changes were made to improve the deployment stability and response time of the application, ensuring quicker feedback on the health status of the pods.
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.1.3
|
|
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
|