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.
22 lines
915 B
YAML
22 lines
915 B
YAML
apiVersion: v2
|
|
name: calibre-web
|
|
description: A Helm chart for Kubernetes
|
|
|
|
# A chart can be either an 'application' or a 'library' chart.
|
|
#
|
|
# Application charts are a collection of templates that can be packaged into versioned archives
|
|
# to be deployed.
|
|
#
|
|
# Library charts provide useful utilities or functions for the chart developer. They're included as
|
|
# a dependency of application charts to inject those utilities and functions into the rendering
|
|
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
|
type: application
|
|
|
|
# This is the chart version. This version number should be incremented each time you make changes
|
|
# to the chart and its templates, including the app version.
|
|
version: 0.1.1
|
|
|
|
# This is the version number of the application being deployed. This version number should be
|
|
# incremented each time you make changes to the application.
|
|
appVersion: 0.6.25-ls360
|