Skip to content

Commit 5025e02

Browse files
committed
ci: add 1.4.0 release
1 parent 339e10d commit 5025e02

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.3.1
4-
appVersion: 1.3.0
3+
version: 1.4.0
4+
appVersion: 1.4.0
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 | `"3.3.7-3.5.0-ubuntu22.04"` | Image tag for the dcgm-exporter |
45+
| dcgmAgent.image.tag | string | `"4.1.1-4.0.4-ubuntu22.04"` | Image tag for the dcgm-exporter |
4646
| dcgmAgent.resources | object | `{}` | Container resources for the dcgm deployment |
4747
| dcgmAgent.tolerations | list | `[]` | Deployment tolerations for the dcgm |
4848
| fullnameOverride | string | `"eks-node-monitoring-agent"` | A fullname override for the chart |
@@ -55,7 +55,7 @@ The following table lists the configurable parameters for this chart and their d
5555
| nodeAgent.image.endpoint | string | `"ecr"` | ECR repository endpoint for the eks-node-monitoring-agent |
5656
| nodeAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policyfor the eks-node-monitoring-agent |
5757
| nodeAgent.image.region | string | `"us-west-2"` | ECR repository region for the eks-node-monitoring-agent |
58-
| nodeAgent.image.tag | string | `"v1.3.0-eksbuild.2"` | Image tag for the eks-node-monitoring-agent |
58+
| nodeAgent.image.tag | string | `"v1.4.0-eksbuild.2"` | Image tag for the eks-node-monitoring-agent |
5959
| nodeAgent.resources | object | `{"limits":{"cpu":"250m","memory":"100Mi"},"requests":{"cpu":"10m","memory":"30Mi"}}` | Container resources for the eks-node-monitoring-agent |
6060
| nodeAgent.securityContext | object | `{"capabilities":{"add":["NET_ADMIN"]},"privileged":true}` | Container Security context for the eks-node-monitoring-agent |
6161
| nodeAgent.tolerations | list | `[{"operator":"Exists"}]` | Deployment tolerations 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.3.0-eksbuild.2
23+
tag: v1.4.0-eksbuild.2
2424
# -- ECR repository domain for the eks-node-monitoring-agent
2525
domain: amazonaws.com
2626
# -- ECR repository region for the eks-node-monitoring-agent
@@ -78,7 +78,7 @@ nodeAgent:
7878
dcgmAgent:
7979
image:
8080
# -- Image tag for the dcgm-exporter
81-
tag: 3.3.7-3.5.0-ubuntu22.04
81+
tag: 4.1.1-4.0.4-ubuntu22.04
8282
# -- ECR repository domain for the dcgm-exporter
8383
domain: amazonaws.com
8484
# -- ECR repository region for the dcgm-exporter

0 commit comments

Comments
 (0)