Upgrade Node Termination Handler to 1.18.3

This commit is contained in:
John Gardiner Myers 2023-01-17 22:24:40 -08:00
parent 98b8c01dc6
commit 56092cd2b7
2 changed files with 3 additions and 4 deletions

View File

@ -75,7 +75,7 @@ func (b *NodeTerminationHandlerOptionsBuilder) BuildOptions(o interface{}) error
}
if nth.Version == nil {
nth.Version = fi.PtrTo("v1.18.1")
nth.Version = fi.PtrTo("v1.18.3")
}
return nil

View File

@ -1,6 +1,6 @@
{{ with .CloudProvider.AWS.NodeTerminationHandler }}
# Sourced from https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.1/all-resources.yaml
# and https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.1/all-resources-queue-processor.yaml
# Sourced from https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.3/all-resources.yaml
# and https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.3/all-resources-queue-processor.yaml
---
# Source: aws-node-termination-handler/templates/serviceaccount.yaml
apiVersion: v1
@ -299,7 +299,6 @@ spec:
app.kubernetes.io/component: daemonset
kubernetes.io/os: linux
k8s-app: aws-node-termination-handler
kubernetes.io/os: linux
spec:
serviceAccountName: aws-node-termination-handler
securityContext: