Skip to content

Commit a2e50bb

Browse files
authored
ci: add 1.5.0 release (#32)
* ci: add 1.5.0 release * chore: reflect the updated memory limits * update readme
1 parent 068de16 commit a2e50bb

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.4.3
4-
appVersion: 1.4.3
3+
version: 1.5.0
4+
appVersion: 1.5.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
@@ -55,8 +55,8 @@ 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.3-eksbuild.2"` | Image tag for the eks-node-monitoring-agent |
59-
| nodeAgent.resources | object | `{"limits":{"cpu":"250m","memory":"100Mi"},"requests":{"cpu":"10m","memory":"30Mi"}}` | Container resources for the eks-node-monitoring-agent |
58+
| nodeAgent.image.tag | string | `"v1.5.0-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
59+
| nodeAgent.resources | object | `{"limits":{"cpu":"250m","memory":"200Mi"},"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 |
6262
| updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":"10%"},"type":"RollingUpdate"}` | Update strategy for all daemon sets |

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.4.3-eksbuild.2
23+
tag: v1.5.0-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
@@ -64,7 +64,7 @@ nodeAgent:
6464
memory: 30Mi
6565
limits:
6666
cpu: 250m
67-
memory: 100Mi
67+
memory: 200Mi
6868
# -- Container Security context for the eks-node-monitoring-agent
6969
securityContext:
7070
privileged: true

0 commit comments

Comments
 (0)