Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Fix ut, To #37688693

Signed-off-by: cheyang <[email protected]>

* Fix ut, To #37688693

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Dec 15, 2021
1 parent 33fa81c commit 23b9d9a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.7.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.7.0-e3fde3d
appVersion: 0.7.0-d06954c
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
20 changes: 10 additions & 10 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ workdir: /tmp

dataset:
controller:
image: fluidcloudnative/dataset-controller:v0.7.0-e3fde3d
image: fluidcloudnative/dataset-controller:v0.7.0-d06954c

csi:
config:
hostNetwork: false
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0
plugins:
image: fluidcloudnative/fluid-csi:v0.7.0-e3fde3d
image: fluidcloudnative/fluid-csi:v0.7.0-d06954c
kubelet:
rootDir: /var/lib/kubelet

Expand All @@ -27,9 +27,9 @@ runtime:
portRange: 20000-26000
enabled: true
init:
image: fluidcloudnative/init-users:v0.7.0-e3fde3d
image: fluidcloudnative/init-users:v0.7.0-d06954c
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-e3fde3d
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-d06954c
runtime:
image: registry.aliyuncs.com/alluxio/alluxio:release-2.7.0-SNAPSHOT-c058736
fuse:
Expand All @@ -43,31 +43,31 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:3.7.3
controller:
image: fluidcloudnative/jindoruntime-controller:v0.7.0-e3fde3d
image: fluidcloudnative/jindoruntime-controller:v0.7.0-d06954c
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.7.0-e3fde3d
image: fluidcloudnative/init-users:v0.7.0-d06954c
goosefs:
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.7.0-e3fde3d
image: fluidcloudnative/init-users:v0.7.0-d06954c
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-e3fde3d
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-d06954c
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.1.0
fuse:
image: ccr.ccs.tencentyun.com/qcloud/goosefs-fuse:v1.1.0
juicefs:
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.7.0-e3fde3d
image: fluidcloudnative/juicefsruntime-controller:v0.7.0-d06954c
fuse:
image: juicedata/juicefs-csi-driver:v0.11.0

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.7.0-e3fde3d
image: fluidcloudnative/fluid-webhook:v0.7.0-d06954c

4 changes: 2 additions & 2 deletions pkg/ddc/base/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func TestCleanPolicy(t *testing.T) {
// fuse global is set to true since v0.7.0
fuse: Fuse{
Global: true,
CleanPolicy: v1alpha1.OnDemandCleanPolicy,
CleanPolicy: v1alpha1.OnRuntimeDeletedCleanPolicy,
},
},
wantErr: false,
Expand Down Expand Up @@ -709,7 +709,7 @@ func TestGetRuntimeInfo(t *testing.T) {
// fuse global is set to true since v0.7.0
fuse: Fuse{
Global: true,
CleanPolicy: v1alpha1.OnDemandCleanPolicy,
CleanPolicy: v1alpha1.OnRuntimeDeletedCleanPolicy,
},
},
wantErr: false,
Expand Down

0 comments on commit 23b9d9a

Please sign in to comment.