Skip to content

Commit fe2d28a

Browse files
author
Ruchik Pravasi
committed
ci: add 1.4.3 release
1 parent 8c55e64 commit fe2d28a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4.2
4-
appVersion: 1.4.2
3+
version: 1.4.3
4+
appVersion: 1.4.3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4.2-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
58+
| nodeAgent.image.tag | string | `"v1.4.3-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: 1 addition & 1 deletion
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.4.2-eksbuild.1
23+
tag: v1.4.3-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

0 commit comments

Comments
 (0)