Skip to content

Commit

Permalink
Merge pull request #705 from aws-quickstart/bug/680
Browse files Browse the repository at this point in the history
addressed circular dependency on fargate profiles #680
  • Loading branch information
shapirov103 authored May 28, 2023
2 parents f794509 + f69e428 commit 8d464ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/addons/vpc-cni/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const defaultProps: CoreAddOnProps = {
version: 'v1.12.6-eksbuild.2',
saName: 'aws-node',
namespace: 'kube-system',
controlPlaneAddOn: true,
controlPlaneAddOn: false,
configurationValues: {}
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-quickstart/eks-blueprints",
"version": "1.8.0",
"version": "1.8.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8d464ac

Please sign in to comment.