Skip to content

Commit 530b03e

Browse files
rcipdevRuchik Pravasi
andauthored
add 1.5.1 release and update dcgm base image (#38)
Co-authored-by: Ruchik Pravasi <[email protected]>
1 parent dfe18e5 commit 530b03e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/eks-node-monitoring-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: eks-node-monitoring-agent
3-
version: 1.5.0
4-
appVersion: 1.5.0
3+
version: 1.5.1
4+
appVersion: 1.5.1
55
description: A Helm chart for eks-node-montoring-agent
66
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
77
home: https://github.com/aws/eks-node-monitoring-agent

charts/eks-node-monitoring-agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following table lists the configurable parameters for this chart and their d
4242
| dcgmAgent.image.endpoint | string | `"ecr"` | ECR repository endpoint for the dcgm-exporter |
4343
| dcgmAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policy for the dcgm-exporter |
4444
| dcgmAgent.image.region | string | `"us-west-2"` | ECR repository region for the dcgm-exporter |
45-
| dcgmAgent.image.tag | string | `"4.4.0-4.5.0-ubuntu22.04"` | Image tag for the dcgm-exporter |
45+
| dcgmAgent.image.tag | string | `"4.4.2-4.7.1-ubuntu22.04"` | Image tag for the dcgm-exporter |
4646
| dcgmAgent.podLabels | object | `{}` | Pod labels applied to the dcgm exporter |
4747
| dcgmAgent.resources | object | `{}` | Container resources for the dcgm deployment |
4848
| dcgmAgent.tolerations | list | `[]` | Deployment tolerations for the dcgm |
@@ -56,7 +56,7 @@ The following table lists the configurable parameters for this chart and their d
5656
| nodeAgent.image.endpoint | string | `"ecr"` | ECR repository endpoint for the eks-node-monitoring-agent |
5757
| nodeAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policyfor the eks-node-monitoring-agent |
5858
| nodeAgent.image.region | string | `"us-west-2"` | ECR repository region for the eks-node-monitoring-agent |
59-
| nodeAgent.image.tag | string | `"v1.5.0-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
59+
| nodeAgent.image.tag | string | `"v1.5.1-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
6060
| nodeAgent.podLabels | object | `{}` | Pod labels applied to the eks-node-monitoring-agent |
6161
| nodeAgent.resources | object | `{"limits":{"cpu":"250m","memory":"200Mi"},"requests":{"cpu":"10m","memory":"30Mi"}}` | Container resources for the eks-node-monitoring-agent |
6262
| nodeAgent.securityContext | object | `{"capabilities":{"add":["NET_ADMIN"]},"privileged":true}` | Container Security context for the eks-node-monitoring-agent |

charts/eks-node-monitoring-agent/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serviceAccount:
2020
nodeAgent:
2121
image:
2222
# -- Image tag for the eks-node-monitoring-agent
23-
tag: v1.5.0-eksbuild.1
23+
tag: v1.5.1-eksbuild.1
2424
# -- ECR repository domain for the eks-node-monitoring-agent
2525
domain: amazonaws.com
2626
# -- ECR repository region for the eks-node-monitoring-agent
@@ -80,7 +80,7 @@ nodeAgent:
8080
dcgmAgent:
8181
image:
8282
# -- Image tag for the dcgm-exporter
83-
tag: 4.4.0-4.5.0-ubuntu22.04
83+
tag: 4.4.2-4.7.1-ubuntu22.04
8484
# -- ECR repository domain for the dcgm-exporter
8585
domain: amazonaws.com
8686
# -- ECR repository region for the dcgm-exporter

0 commit comments

Comments
 (0)