Skip to content

Commit 0846811

Browse files
authored
Merge pull request #8 from selectel/sync-charts-v0.1.4-1270118
Sync Helm charts v0.1.4
2 parents 61fb158 + be5b589 commit 0846811

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

charts/karpenter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.3
18+
version: 0.1.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.1.3"
24+
appVersion: "0.1.4"
2525

2626
# https://karpenter.sh/docs/upgrading/compatibility/
2727
# Selectel karpenter requires Kubernetes 1.28+

charts/karpenter/crds/karpenter.k8s.selectel_selectelnodeclasses.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,21 @@ spec:
5959
type: string
6060
type: array
6161
sizeGiB:
62+
default: 30
6263
description: 'SizeGiB is the size of the system disk. Unit: GiB'
6364
format: int32
6465
type: integer
6566
x-kubernetes-validations:
6667
- message: size invalid
67-
rule: self >= 10
68+
rule: self >= 20
6869
type: object
6970
userData:
7071
description: |-
7172
UserData is applied to the provisioned nodes.
7273
Karpenter may merge or modify this UserData to ensure correct node configuration.
7374
type: string
75+
required:
76+
- disk
7477
type: object
7578
status:
7679
description: SelectelNodeClassStatus contains the resolved state of the

0 commit comments

Comments
 (0)