Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/eks-node-monitoring-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: eks-node-monitoring-agent
version: 1.5.0
appVersion: 1.5.0
version: 1.5.1
appVersion: 1.5.1
description: A Helm chart for eks-node-montoring-agent
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
home: https://github.com/aws/eks-node-monitoring-agent
Expand Down
4 changes: 2 additions & 2 deletions charts/eks-node-monitoring-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following table lists the configurable parameters for this chart and their d
| dcgmAgent.image.endpoint | string | `"ecr"` | ECR repository endpoint for the dcgm-exporter |
| dcgmAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policy for the dcgm-exporter |
| dcgmAgent.image.region | string | `"us-west-2"` | ECR repository region for the dcgm-exporter |
| dcgmAgent.image.tag | string | `"4.4.0-4.5.0-ubuntu22.04"` | Image tag for the dcgm-exporter |
| dcgmAgent.image.tag | string | `"4.4.2-4.7.1-ubuntu22.04"` | Image tag for the dcgm-exporter |
| dcgmAgent.podLabels | object | `{}` | Pod labels applied to the dcgm exporter |
| dcgmAgent.resources | object | `{}` | Container resources for the dcgm deployment |
| dcgmAgent.tolerations | list | `[]` | Deployment tolerations for the dcgm |
Expand All @@ -56,7 +56,7 @@ The following table lists the configurable parameters for this chart and their d
| nodeAgent.image.endpoint | string | `"ecr"` | ECR repository endpoint for the eks-node-monitoring-agent |
| nodeAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policyfor the eks-node-monitoring-agent |
| nodeAgent.image.region | string | `"us-west-2"` | ECR repository region for the eks-node-monitoring-agent |
| nodeAgent.image.tag | string | `"v1.5.0-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
| nodeAgent.image.tag | string | `"v1.5.1-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
| nodeAgent.podLabels | object | `{}` | Pod labels applied to the eks-node-monitoring-agent |
| nodeAgent.resources | object | `{"limits":{"cpu":"250m","memory":"200Mi"},"requests":{"cpu":"10m","memory":"30Mi"}}` | Container resources for the eks-node-monitoring-agent |
| nodeAgent.securityContext | object | `{"capabilities":{"add":["NET_ADMIN"]},"privileged":true}` | Container Security context for the eks-node-monitoring-agent |
Expand Down
4 changes: 2 additions & 2 deletions charts/eks-node-monitoring-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serviceAccount:
nodeAgent:
image:
# -- Image tag for the eks-node-monitoring-agent
tag: v1.5.0-eksbuild.1
tag: v1.5.1-eksbuild.1
# -- ECR repository domain for the eks-node-monitoring-agent
domain: amazonaws.com
# -- ECR repository region for the eks-node-monitoring-agent
Expand Down Expand Up @@ -80,7 +80,7 @@ nodeAgent:
dcgmAgent:
image:
# -- Image tag for the dcgm-exporter
tag: 4.4.0-4.5.0-ubuntu22.04
tag: 4.4.2-4.7.1-ubuntu22.04
# -- ECR repository domain for the dcgm-exporter
domain: amazonaws.com
# -- ECR repository region for the dcgm-exporter
Expand Down