File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ type: application
1414
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.
17- version : 1.1.0-alpha.5
17+ version : 1.1.0-alpha.6
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
21- appVersion : 1.1.0-8cef970a
21+ appVersion : 1.1.0-b0bdac58
2222home : https://github.com/fluid-cloudnative/fluid
2323keywords :
2424 - category:data
Original file line number Diff line number Diff line change 1414# Default registry, namespace and version tag for images managed by fluid
1515imagePrefix : &defaultImagePrefix fluidcloudnative
1616# imagePrefix: &defaultImagePrefix registry.aliyuncs.com/fluid
17- version : &defaultVersion v1.1.0-8cef970a
17+ version : &defaultVersion v1.1.0-b0bdac58
1818
1919crdUpgrade :
2020 enabled : true
Original file line number Diff line number Diff line change 1010 containers :
1111 - name : busybox
1212 image : busybox
13+ resources :
14+ limits :
15+ memory : " 512Mi"
16+ ephemeral-storage : " 5Gi"
1317 command : ["/bin/sh"]
1418 args :
1519 - -c
You can’t perform that action at this time.
0 commit comments