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.4.3
appVersion: 1.4.3
version: 1.5.0
appVersion: 1.5.0
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 @@ -55,8 +55,8 @@ 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.4.3-eksbuild.2"` | Image tag for the eks-node-monitoring-agent |
| nodeAgent.resources | object | `{"limits":{"cpu":"250m","memory":"100Mi"},"requests":{"cpu":"10m","memory":"30Mi"}}` | Container resources for the eks-node-monitoring-agent |
| nodeAgent.image.tag | string | `"v1.5.0-eksbuild.1"` | Image tag for 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 |
| nodeAgent.tolerations | list | `[{"operator":"Exists"}]` | Deployment tolerations for the eks-node-monitoring-agent |
| updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":"10%"},"type":"RollingUpdate"}` | Update strategy for all daemon sets |
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.4.3-eksbuild.2
tag: v1.5.0-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 @@ -64,7 +64,7 @@ nodeAgent:
memory: 30Mi
limits:
cpu: 250m
memory: 100Mi
memory: 200Mi
# -- Container Security context for the eks-node-monitoring-agent
securityContext:
privileged: true
Expand Down