File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
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.2
17+ version : 1.1.0-alpha.4
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-2abd6b3
21+ appVersion : 1.1.0-6421d480
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-2abd6b3
17+ version : &defaultVersion v1.1.0-6421d480
1818
1919crdUpgrade :
2020 enabled : true
Original file line number Diff line number Diff line change 3232 - name : redis
3333 # Pulls the default Redis image from Docker Hub
3434 image : redis
35+ resources :
36+ limits :
37+ memory : 512Mi
3538 ports :
3639 - containerPort : 6379
3740 hostPort : 6379
Original file line number Diff line number Diff line change 1616 containers :
1717 - name : write-job
1818 image : busybox
19+ resources :
20+ limits :
21+ ephemeral-storage : " 5Gi"
22+ memory : " 512Mi"
1923 command : ['sh', '-c', 'mkdir /data/foo && echo helloworld > /data/foo/bar']
2024 volumeMounts :
2125 - name : data-vol
You can’t perform that action at this time.
0 commit comments