Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Jul 10, 2024
1 parent f376efb commit 0c8cfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@ declare const cluster: eks.Cluster;
new eks.Addon(this, 'Addon', {
cluster,
addonName: 'aws-guardduty-agent',
addonVersion: '3.0.0',
addonVersion: 'v1.6.1',
});
```

Expand Down

0 comments on commit 0c8cfd0

Please sign in to comment.