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 5f78f6f commit 1a9abcaCopy full SHA for 1a9abca
charts/apps/Chart.yaml
@@ -3,4 +3,4 @@ name: apps
3
description: An argocd app to deploy apps inside the virtual cluster
4
type: application
5
6
-version: 0.4.5
+version: 0.4.6
charts/apps/values.yaml
@@ -29,10 +29,10 @@ kyverno:
29
container:
30
resources:
31
limits:
32
- cpu: 2
+ cpu: 6
33
memory: 8Gi
34
requests:
35
- cpu: 1
+ cpu: 5
36
memory: 4Gi
37
backgroundController:
38
extraArgs:
@@ -42,10 +42,10 @@ kyverno:
42
replicas: 2
43
44
45
- cpu: 4
46
memory: 32Gi
47
48
49
memory: 16Gi
50
cleanupController:
51
enabled: false
0 commit comments