All checks were successful
Build Helm Chart / helm-package (push) Successful in 3s
This commit updates the version of the Helm chart for Paperless AI from 0.3.0 to 0.4.0 to reflect the latest changes and improvements. Additionally, unnecessary resource allocations in the deployment.yaml file have been removed, particularly the commented-out section related to resources. This cleanup enhances readability and maintainability of the chart's deployment configuration. No breaking changes were introduced, but it simplifies the environment variable section to improve clarity.
18 lines
566 B
YAML
18 lines
566 B
YAML
apiVersion: v2
|
|
name: paperless-ai
|
|
description: Ein Helm Chart für Paperless AI, basierend auf der Docker Compose Konfiguration.
|
|
version: 0.4.0
|
|
appVersion: 3.0.7
|
|
keywords:
|
|
- paperless-ai
|
|
- document-management
|
|
- ai
|
|
home: https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/paperless-ai
|
|
sources:
|
|
- https://github.com/clusterzx/paperless-ai
|
|
- https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/paperless-ai
|
|
maintainers:
|
|
- name: Marko Oldenburg
|
|
email: development@cooltux.net
|
|
url: https://git.cooltux.net/marko
|