File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type: application
2424# to the chart and its templates, including the app version.
2525# Versions are expected to follow Semantic Versioning (https://semver.org/)
2626
27- version : 1.1.3
27+ version : 1.1.4
2828
2929dependencies :
3030 - name : library-chart
Original file line number Diff line number Diff line change 136136 "description" : " The maximum amount of cpu" ,
137137 "title" : " CPU" ,
138138 "type" : " string" ,
139- "default" : " 1500m " ,
139+ "default" : " 2000 " ,
140140 "render" : " slider" ,
141141 "sliderMin" : 50 ,
142142 "sliderMax" : 4000 ,
154154 "description" : " The maximum amount of memory" ,
155155 "title" : " Memory" ,
156156 "type" : " string" ,
157- "default" : " 2Gi " ,
157+ "default" : " 3Gi " ,
158158 "render" : " slider" ,
159159 "sliderMin" : 1 ,
160160 "sliderMax" : 20 ,
You can’t perform that action at this time.
0 commit comments