Skip to content

Commit 6f7dc00

Browse files
authored
Prepare for 1 4 0 release (#153)
* add os and arch node selector keys to helm readme * prepare for v1.4.0 release
1 parent 281690d commit 6f7dc00

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

config/helm/aws-node-termination-handler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
name: aws-node-termination-handler
33
description: A Helm chart for the AWS Node Termination Handler
44
version: 0.7.5
5-
appVersion: 1.3.1
5+
appVersion: 1.4.0
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

config/helm/aws-node-termination-handler/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ Parameter | Description | Default
8484
`procUptimeFile` | (Used for Testing) Specify the uptime file | `/proc/uptime`
8585
`securityContext.runAsUserID` | User ID to run the container | `1000`
8686
`securityContext.runAsGroupID` | Group ID to run the container | `1000`
87+
`nodeSelectorTermsOs` | Operating System Node Selector Key | `beta.kubernetes.io/os`
88+
`nodeSelectorTermsArch` | CPU Architecture Node Selector Key | `beta.kubernetes.io/arch`

config/helm/aws-node-termination-handler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: amazon/aws-node-termination-handler
7-
tag: v1.3.1
7+
tag: v1.4.0
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)