Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-eks/test/alb-controller.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc authored May 15, 2023
1 parent 17cf95e commit 15c19ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-eks/test/alb-controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test('correct helm chart version is set for selected alb controller version', ()
});

Template.fromStack(stack).hasResourceProperties(HelmChart.RESOURCE_TYPE, {
Version: '1.5.2',
Version: '1.5.2', // The helm chart version associated with AlbControllerVersion.V2_5_1
Values: {
'Fn::Join': [
'',
Expand Down

0 comments on commit 15c19ea

Please sign in to comment.