Skip to content

Commit fbdc486

Browse files
authored
ci: update charts to v1.2.0 (#3)
1 parent ddbc42c commit fbdc486

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.0.2
4-
appVersion: 1.0.2
3+
version: 1.2.0
4+
appVersion: 1.2.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following table lists the configurable parameters for this chart and their d
4646
| nodeAgent.image.endpoint | string | `"ecr"` | ECR repository endpoint for the eks-node-monitoring-agent |
4747
| nodeAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policyfor the eks-node-monitoring-agent |
4848
| nodeAgent.image.region | string | `"us-west-2"` | ECR repository region for the eks-node-monitoring-agent |
49-
| nodeAgent.image.tag | string | `"v1.1.0-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
49+
| nodeAgent.image.tag | string | `"v1.2.0-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
5050
| nodeAgent.resources | object | `{"limits":{"cpu":"250m","memory":"100Mi"},"requests":{"cpu":"10m","memory":"30Mi"}}` | Container resources for the eks-node-monitoring-agent |
5151
| nodeAgent.securityContext | object | `{"capabilities":{"add":["NET_ADMIN"]},"privileged":true}` | Container Security context for the eks-node-monitoring-agent |
5252
| 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.1.0-eksbuild.1
23+
tag: v1.2.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

0 commit comments

Comments
 (0)