File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments