File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
config/helm/aws-node-termination-handler Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
name : aws-node-termination-handler
3
3
description : A Helm chart for the AWS Node Termination Handler
4
4
version : 0.7.5
5
- appVersion : 1.3.1
5
+ appVersion : 1.4.0
6
6
home : https://github.com/aws/eks-charts
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change @@ -84,3 +84,5 @@ Parameter | Description | Default
84
84
` procUptimeFile ` | (Used for Testing) Specify the uptime file | ` /proc/uptime `
85
85
` securityContext.runAsUserID ` | User ID to run the container | ` 1000 `
86
86
` 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 `
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : amazon/aws-node-termination-handler
7
- tag : v1.3.1
7
+ tag : v1.4.0
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
You can’t perform that action at this time.
0 commit comments