Fix version number and update memory limit in Chart.yaml
All checks were successful
Build Helm Chart / helm-package (push) Successful in 4s
All checks were successful
Build Helm Chart / helm-package (push) Successful in 4s
The version number in Chart.yaml was changed from 0.3.0 to 0.1.0 to reflect a new release strategy. Alongside this, the memory limit in values.yaml was increased from 640Mi to 704Mi. This adjustment was made to better accommodate the application's resource requirements, ensuring improved performance and stability. No breaking changes were introduced with this update, and users should be aware of this new versioning and resource configuration for their deployments.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
name: paperless-ai
|
||||
description: Ein Helm Chart für Paperless AI, basierend auf der Docker Compose Konfiguration.
|
||||
version: 0.3.0
|
||||
version: 0.1.0
|
||||
appVersion: 3.0.7
|
||||
keywords:
|
||||
- paperless-ai
|
||||
|
@ -101,7 +101,7 @@ autoscaling:
|
||||
resources:
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 640Mi
|
||||
memory: 704Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
|
Reference in New Issue
Block a user