We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5245e4a commit 0f2c6b8Copy full SHA for 0f2c6b8
charts/datafold/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: datafold
3
description: Helm chart package to deploy Datafold on kubernetes.
4
type: application
5
-version: 0.10.18
+version: 0.10.19
6
appVersion: "1.0.0"
7
icon: https://www.datafold.com/logo.png
8
charts/datafold/charts/dma/values.yaml
@@ -45,11 +45,9 @@ service:
45
46
resources:
47
limits:
48
- cpu: 1000m
49
- # changing depending on the size of the data and nodes.
50
memory: 30Gi
51
requests:
52
+ cpu: 100m
53
54
55
storage:
0 commit comments