Skip to content

Commit

Permalink
Build docker images for cleanCachePolicy, To #46827170 (#2525)
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <[email protected]>

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Jan 27, 2023
1 parent d4ca4e7 commit 7c5661a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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-6e6294b
appVersion: 0.9.0-d4ca4e7
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
28 changes: 14 additions & 14 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-6e6294b
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-d4ca4e7

image:
imagePullSecrets: []

dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.9.0-6e6294b
image: fluidcloudnative/dataset-controller:v0.9.0-d4ca4e7

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-6e6294b
image: fluidcloudnative/fluid-csi:v0.9.0-d4ca4e7
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-6e6294b
image: fluidcloudnative/init-users:v0.9.0-d4ca4e7
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-6e6294b
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-d4ca4e7
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -56,20 +56,20 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.5.2
controller:
image: fluidcloudnative/jindoruntime-controller:v0.9.0-6e6294b
image: fluidcloudnative/jindoruntime-controller:v0.9.0-d4ca4e7
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.9.0-6e6294b
image: fluidcloudnative/init-users:v0.9.0-d4ca4e7
goosefs:
replicas: 1
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.9.0-6e6294b
image: fluidcloudnative/init-users:v0.9.0-d4ca4e7
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-6e6294b
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-d4ca4e7
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -78,19 +78,19 @@ runtime:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-6e6294b
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-d4ca4e7
fuse:
image: juicedata/juicefs-fuse:v1.0.0-4.8.0
thin:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v0.9.0-6e6294b
image: fluidcloudnative/thinruntime-controller:v0.9.0-d4ca4e7
eac:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/eacruntime-controller:v0.9.0-6e6294b
image: fluidcloudnative/eacruntime-controller:v0.9.0-d4ca4e7
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v0.1.0-196d2b1
Expand All @@ -103,12 +103,12 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.9.0-6e6294b
image: fluidcloudnative/fluid-webhook:v0.9.0-d4ca4e7
replicas: 1
timeoutSeconds: 15

fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.9.0-6e6294b
image: fluidcloudnative/application-controller:v0.9.0-d4ca4e7

0 comments on commit 7c5661a

Please sign in to comment.