Skip to content

Commit b413e8b

Browse files
haimariclaude
andcommitted
fix: Use base flexible shapes instead of specific configurations
- Change from VM.Standard.E4.Flex-8-32 to VM.Standard.E4.Flex - Change from VM.Standard.E5.Flex-8-32 to VM.Standard.E5.Flex - Add on-demand capacity type requirement - Fix OCI provider compatibility with flexible instance types - Bump chart to 0.1.20 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 00be819 commit b413e8b

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

helm/karpenter-oci/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: karpenter-oci
33
description: Karpenter with OCI provider support for Oracle Kubernetes Engine (OKE)
44
type: application
5-
version: 0.1.19
5+
version: 0.1.20
66
appVersion: "start-io-0207893"
77
home: https://github.com/startappdev/karpenter
88
sources:

helm/karpenter-oci/values.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ nodePools:
248248
- key: node.kubernetes.io/instance-type
249249
operator: In
250250
values:
251-
- VM.Standard.E4.Flex-8-32
252-
- VM.Standard.E5.Flex-8-32
251+
- VM.Standard.E4.Flex
252+
- VM.Standard.E5.Flex
253+
- key: karpenter.sh/capacity-type
254+
operator: In
255+
values:
256+
- on-demand
253257
taints: []

0 commit comments

Comments
 (0)