DirectorySecurity AdvisoriesPricing
Sign in
Directory
metrics-agent logoHELM

metrics-agent

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:
Compare:

1
# Default values for metrics-agent.
2
# This is a YAML-formatted file.
3
# Declare variables to be passed into your templates.
4
nameOverride: ""
5
fullnameOverride: ""
6
# apiKey or secretName is REQUIRED.
7
# You must generate a template to get your apiKey.
8
# In the Cloudability app, go to Insights -> Containers, then click
9
# the provisioning cluster button that will take you through our provisioning workflow.
10
apiKey: ""
11
# configurable path to the location where the CLOUDABILITY_API_KEY is stored on the container
12
pathToApiKey: "/etc/secrets"
13
# configurable fileName to the file where the api key is stored
14
fileNameWithApiKey: "CLOUDABILITY_API_KEY"
15
# You may also store the apikey in a secret and pull the apikey from there as well.
16
# name of the secret already stored in k8s containing CLOUDABILITY_API_KEY.
17
secretName: ""
18
# clusterName is REQUIRED.
19
# The cluster name to be used for the cluster the agent runs in.
20
clusterName: ""
21
# The interval in seconds to poll metrics.
22
pollInterval: 180
23
# The region to upload metrics data to. See README for accepted values
24
uploadRegion: "us-west-2"
25
image:
26
name: cgr.dev/chainguard-private/metrics-agent
27
tag: 2.14.15-r1@sha256:11c0ded28918fc8d75682044f1c19c428349ea79818a559bdc94f731cc3439fa
28
pullPolicy: Always
29
imagePullSecrets: []
30
resources:
31
requests:
32
cpu: ".5"
33
memory: "2Gi"
34
limits:
35
cpu: "1.0"
36
memory: "4Gi"
37
livenessProbe:
38
exec:
39
command:
40
- touch
41
- tmp/healthy
42
initialDelaySeconds: 120
43
periodSeconds: 600
44
timeoutSeconds: 5
45
# serviceAccount.create: true is required
46
serviceAccount:
47
create: true
48
# rbac.create: true is required
49
rbac:
50
create: true
51
clusterRole:
52
allowKubeProxy: true
53
# For agent configuration options, see https://github.com/cloudability/metrics-agent/blob/master/README.md
54
extraEnv: []
55
securityContext:
56
runAsUser: 10000
57
nodeSelector: {}
58
tolerations: []
59
affinity: {}
60
allowPrivilegeEscalation: false
61
openShift: false
62
seccompProfile:
63
type: RuntimeDefault
64
volumes: []
65
# - name: foo
66
# secret:
67
# secretName: mysecret
68
# optional: false
69
70
volumeMounts: []
71
# - name: foo
72
# mountPath: "/etc/foo"
73
# readOnly: true
74
75
# Extra labels to add to the pod only.
76
podLabels: {}
77
# Extra labels to add to all resources, including pods.
78
additionalLabels: {}
79
# Extra annotations to add to the pod only.
80
podAnnotations: {}
81
# when setting readOnlyRootFilesystem to true, the proper volume/volumeMount must be
82
# configured correctly otherwise the agent will crash
83
# the following volumes: and volumeMounts: sections below
84
# will allow the agent to run successfully with readOnlyRootFilesystem set to true
85
#volumeMounts:
86
# - mountPath: /tmp
87
# name: tmp
88
#
89
#volumes:
90
# - emptyDir: {}
91
# name: tmp
92
readOnlyRootFilesystem: false
93
drop:
94
- ALL
95
# Extra K8s manifests to deploy,
96
# NOTE: not all various extraObject deployment configurations are tested/supported. When adding extra resources
97
# to the metrics-agent deployment, Cloudability may not be able to assist in deployment troubleshooting
98
extraObjects: []
99
# Example extra manifest
100
# - apiVersion: external-secrets.io/v1beta1
101
# kind: SecretStore
102
# metadata:
103
# name: aws-store-xxxxx
104
# annotations:
105
# argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
106
# argocd.argoproj.io/sync-wave: "99"
107
# spec:
108
# provider:
109
# aws:
110
# service: SecretsManager
111
# region: us-west-2
112

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.