Skip to content

Commit 18176cd

Browse files
committed
Bump memory limits for kubechecks
1 parent 46744d1 commit 18176cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/kubechecks/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: kubechecks
33
description: A Helm chart for kubechecks
4-
version: 0.5.5
4+
version: 0.5.6
55
type: application
66
maintainers:
77
- name: zapier

charts/kubechecks/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ deployment:
3535
# Default values for kubechecks.
3636
resources:
3737
limits:
38-
memory: 512Mi
38+
memory: 1Gi
3939
requests:
4040
memory: 256Mi
4141
cpu: 200m

localdev/argocd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace: kubechecks
66
images:
77
- name: quay.io/argoproj/argocd
88
newName: quay.io/argoproj/argocd
9-
newTag: v2.11.3
9+
newTag: v3.0.12
1010

1111
resources:
1212
- argocd-initial-admin-secret.yaml

0 commit comments

Comments
 (0)