Skip to content

Commit

Permalink
fix(v1beta1 helm): addresses version incompatbilities
Browse files Browse the repository at this point in the history
in different versions of the Karpenter helm chart.
  • Loading branch information
andskli committed Nov 3, 2023
1 parent a8f13b9 commit f00f0a3
Show file tree
Hide file tree
Showing 9 changed files with 432 additions and 359 deletions.
4 changes: 4 additions & 0 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
'@aws-cdk/lambda-layer-kubectl-v26',
'@aws-cdk/lambda-layer-kubectl-v27',
],
deps: [
'semver',
],
defaultReleaseBranch: 'main',
name: PROJECT_NAME,
repositoryUrl: 'https://github.com/aws-samples/cdk-eks-karpenter.git',
Expand Down
3 changes: 3 additions & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f00f0a3

Please sign in to comment.