Skip to content

Commit

Permalink
chore(eks): bump aws-node-termination-handler to 1.14.1 (#18841)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
robertd committed Feb 23, 2022
1 parent 4e82d36 commit d7b220e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ abstract class ClusterBase extends Resource implements ICluster {
if (!this._spotInterruptHandler) {
this._spotInterruptHandler = this.addHelmChart('spot-interrupt-handler', {
chart: 'aws-node-termination-handler',
version: '0.13.2',
version: '1.14.1',
repository: 'https://aws.github.io/eks-charts',
namespace: 'kube-system',
values: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2712,7 +2712,7 @@
},
"Release": "ksclustertestclusterchartspotinterrupthandlerf41ba997",
"Chart": "aws-node-termination-handler",
"Version": "0.13.2",
"Version": "1.14.1",
"Values": "{\"nodeSelector\":{\"lifecycle\":\"Ec2Spot\"}}",
"Namespace": "kube-system",
"Repository": "https://aws.github.io/eks-charts",
Expand Down

0 comments on commit d7b220e

Please sign in to comment.