Skip to content

Commit

Permalink
Update Karpenter to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Sep 23, 2023
1 parent ca0e5a2 commit 7f92e09
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 65 deletions.
2 changes: 1 addition & 1 deletion pkg/model/components/karpenter.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (b *KarpenterOptionsBuilder) BuildOptions(o interface{}) error {
}

if c.Image == "" {
c.Image = "public.ecr.aws/karpenter/controller:v0.28.1"
c.Image = "public.ecr.aws/karpenter/controller:v0.30.0"
}

if c.LogEncoding == "" {
Expand Down
Loading

0 comments on commit 7f92e09

Please sign in to comment.