File tree Expand file tree Collapse file tree 6 files changed +17
-4
lines changed
Expand file tree Collapse file tree 6 files changed +17
-4
lines changed 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.1
17+ version : 1.1.0-alpha.2
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-bfd548f
21+ appVersion : 1.1.0-2abd6b3
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-bfd548f
17+ version : &defaultVersion v1.1.0-2abd6b3
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+ ephemeral-storage : " 5Gi"
1316 command : ["/bin/sh"]
1417 args :
1518 - -c
Original file line number Diff line number Diff line change 3636 - name : minio
3737 # Pulls the default Minio image from Docker Hub
3838 image : minio/minio
39+ resources :
40+ limits :
41+ memory : " 512Mi"
3942 args :
4043 - server
4144 - /data
Original file line number Diff line number Diff line change 3232 - name : minio
3333 # Pulls the default Minio image from Docker Hub
3434 image : minio/minio
35+ resources :
36+ limits :
37+ memory : " 512Mi"
3538 args :
3639 - server
3740 - /data
Original file line number Diff line number Diff line change 1616 containers :
1717 - name : read-job
1818 image : busybox
19- command : ['sh']
19+ resources :
20+ limits :
21+ memory : " 512Mi"
22+ ephemeral-storage : " 5Gi"
23+ command : ['sh']
2024 args :
2125 - -c
2226 - set -ex; test -n "$(cat /data/foo/bar)"
You can’t perform that action at this time.
0 commit comments