Skip to content

Commit

Permalink
feat: bump karpenter to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed May 10, 2022
1 parent f80191a commit 04ed5cc
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 154 deletions.
8 changes: 4 additions & 4 deletions package.json

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

2 changes: 1 addition & 1 deletion src/karpenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export class Karpenter extends Construct {
this.karpenterHelmChart = new HelmChart(this, 'HelmChart', {
chart: 'karpenter',
createNamespace: true,
version: '0.9.1',
version: '0.10.0',
cluster: this.cluster,
namespace: 'karpenter',
release: 'karpenter',
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/snapshot.test.ts.snap

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

Loading

0 comments on commit 04ed5cc

Please sign in to comment.