We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c55c74 commit 352db03Copy full SHA for 352db03
charts/smarter-device-manager/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: smarter-device-manager
3
description: smarter-device-manager chart for SMARTER edge devices
4
home: https://getsmarter.io
5
-version: 0.0.9
+version: 0.0.10
6
appVersion: v1.20.12
7
kubeVersion: ">=1.16.0-0"
8
keywords:
charts/smarter-device-manager/templates/common.yaml
@@ -44,10 +44,10 @@ spec:
44
resources:
45
limits:
46
cpu: 200m
47
- memory: 15Mi
+ memory: 30Mi
48
requests:
49
cpu: 10m
50
51
volumeMounts:
52
- name: device-plugin
53
mountPath: /var/lib/kubelet/device-plugins
0 commit comments