5 Commits

Author SHA1 Message Date
cdcc32c588 Bump calibre-web version to 0.9.1 and adjust probes
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.
2025-12-10 14:49:15 +01:00
3e1aa342de Bump version to 0.1.4 and adjust readiness probe delay
All checks were successful
Build Helm Chart / helm-package (push) Successful in 4s
Updated the chart version in `Chart.yaml` from 0.1.3 to 0.1.4 to
reflect enhancements and bug fixes since the last release.

In `deployment.yaml`, reduced the initial delay for both the
liveness and readiness probes from 30 seconds to 10 seconds to
help the application start responding faster after deployment.
This change aims to improve the overall user experience by
ensuring services are available sooner. No breaking changes
are introduced with this update.
2025-12-10 08:43:42 +01:00
139c8c6d5f Bump calibre-web version to 0.1.3 and update probes
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.
2025-12-10 08:37:31 +01:00
4425a0e703 Update Calibre-Web Helm chart metadata and configurations
All checks were successful
Build Helm Chart / helm-package (push) Successful in 4s
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
fa9e8afde4 Rename calibre-web chart files for consistency
All checks were successful
Build Helm Chart / helm-package (push) Successful in 1m15s
All files related to the calibre-web Helm chart were renamed from
`cailbre-web` to `calibre-web` to correct the spelling and ensure
consistency across the file structure. This includes the main chart
directory, templates, and values file.

These changes were necessary to avoid confusion and to maintain
standard naming conventions. There are no breaking changes or
functional updates in this commit; it purely targets file names
to ensure clarity when managing the chart in future developments.
2025-12-09 08:43:41 +01:00