Skip to content

Commit

Permalink
chore(karpenter): bump chart version from 1.0.64 to 1.0.65 for release
Browse files Browse the repository at this point in the history
feat(karpenter): enable spotToSpotConsolidation feature gate for improved resource management
  • Loading branch information
HyunSu1768 committed Sep 20, 2024
1 parent 7d8039b commit 654c7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: karpenter
description: A Helm chart for Karpenter, an open-source node provisioning project built for Kubernetes.
type: application
version: 1.0.64
version: 1.0.65
appVersion: 1.0.1
dependencies:
- name: karpenter
Expand Down
2 changes: 1 addition & 1 deletion charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ karpenter:
value: "true"
effect: "NoSchedule"
featureGates:
spotToSpotConsolidation: false
spotToSpotConsolidation: true

0 comments on commit 654c7f3

Please sign in to comment.