Skip to content

Commit

Permalink
Build docker images for dataload, To #45435548 (fluid-cloudnative#2360)
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <cheyang@163.com>

Signed-off-by: cheyang <cheyang@163.com>
  • Loading branch information
cheyang authored Nov 25, 2022
1 parent 83ad096 commit 44c0eaf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 0.9.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.9.0-d4ee60b
appVersion: 0.9.0-83ad096
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
26 changes: 13 additions & 13 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

workdir: /tmp
crdUpgrade:
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-d4ee60b
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-83ad096

image:
imagePullSecrets: []

dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.9.0-d4ee60b
image: fluidcloudnative/dataset-controller:v0.9.0-83ad096

csi:
featureGates: "FuseRecovery=false"
Expand All @@ -21,7 +21,7 @@ csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v2.3.0-038aeb6-aliyun
plugins:
image: fluidcloudnative/fluid-csi:v0.9.0-d4ee60b
image: fluidcloudnative/fluid-csi:v0.9.0-83ad096
kubelet:
rootDir: /var/lib/kubelet
pruneFs: fuse.alluxio-fuse,fuse.jindofs-fuse,fuse.juicefs,fuse.goosefs-fuse,ossfs
Expand All @@ -37,9 +37,9 @@ runtime:
portAllocatePolicy: bitmap
enabled: false
init:
image: fluidcloudnative/init-users:v0.9.0-d4ee60b
image: fluidcloudnative/init-users:v0.9.0-83ad096
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-d4ee60b
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-83ad096
runtime:
# image: fluidcloudnative/alluxio:release-2.7.3-SNAPSHOT-a7154f1
image: fluidcloudnative/alluxio:release-2.8.1-SNAPSHOT-0433ade
Expand All @@ -58,20 +58,20 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.5.2
controller:
image: fluidcloudnative/jindoruntime-controller:v0.9.0-d4ee60b
image: fluidcloudnative/jindoruntime-controller:v0.9.0-83ad096
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.9.0-d4ee60b
image: fluidcloudnative/init-users:v0.9.0-83ad096
goosefs:
replicas: 1
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.9.0-d4ee60b
image: fluidcloudnative/init-users:v0.9.0-83ad096
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-d4ee60b
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-83ad096
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -80,22 +80,22 @@ runtime:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-d4ee60b
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-83ad096
fuse:
image: juicedata/juicefs-fuse:v1.0.0-4.8.0
thin:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v0.9.0-d4ee60b
image: fluidcloudnative/thinruntime-controller:v0.9.0-83ad096

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.9.0-d4ee60b
image: fluidcloudnative/fluid-webhook:v0.9.0-83ad096
replicas: 1

fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.9.0-d4ee60b
image: fluidcloudnative/application-controller:v0.9.0-83ad096

0 comments on commit 44c0eaf

Please sign in to comment.