Skip to content

Commit

Permalink
Docker build 0.8.7 (#3352)
Browse files Browse the repository at this point in the history
* Format transform_fuse_test.go, To #50179395

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

* Build docker image for 0.8.7, To #50714625

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

---------

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Jul 24, 2023
1 parent 4706d51 commit f03b7ff
Show file tree
Hide file tree
Showing 3 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.8.7

# 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.8.7-218db35
appVersion: 0.8.7-4706d51
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
24 changes: 12 additions & 12 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.8.7-218db35
image: fluidcloudnative/fluid-crd-upgrader:v0.8.7-4706d51

image:
imagePullSecrets: []

dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.8.7-218db35
image: fluidcloudnative/dataset-controller:v0.8.7-4706d51

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.8.7-218db35
image: fluidcloudnative/fluid-csi:v0.8.7-4706d51
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -39,9 +39,9 @@ runtime:
portAllocatePolicy: random
enabled: false
init:
image: fluidcloudnative/init-users:v0.8.7-218db35
image: fluidcloudnative/init-users:v0.8.7-4706d51
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.8.7-218db35
image: fluidcloudnative/alluxioruntime-controller:v0.8.7-4706d51
runtime:
# image: fluidcloudnative/alluxio:release-2.7.3-SNAPSHOT-a7154f1
image: fluidcloudnative/alluxio:release-2.8.1-SNAPSHOT-0433ade
Expand All @@ -61,21 +61,21 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.5.1
controller:
image: fluidcloudnative/jindoruntime-controller:v0.8.7-218db35
image: fluidcloudnative/jindoruntime-controller:v0.8.7-4706d51
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.8.7-218db35
image: fluidcloudnative/init-users:v0.8.7-4706d51
goosefs:
replicas: 1
runtimeWorkers: 3
portRange: 26000-32000
portAllocatePolicy: random
enabled: false
init:
image: fluidcloudnative/init-users:v0.8.7-218db35
image: fluidcloudnative/init-users:v0.8.7-4706d51
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.8.7-218db35
image: fluidcloudnative/goosefsruntime-controller:v0.8.7-4706d51
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -84,13 +84,13 @@ runtime:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.8.7-218db35
image: fluidcloudnative/juicefsruntime-controller:v0.8.7-4706d51
fuse:
image: juicedata/juicefs-fuse:v1.0.0-4.8.0

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.8.7-218db35
image: fluidcloudnative/fluid-webhook:v0.8.7-4706d51
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand All @@ -99,4 +99,4 @@ fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.8.7-218db35
image: fluidcloudnative/application-controller:v0.8.7-4706d51
2 changes: 1 addition & 1 deletion pkg/ddc/alluxio/transform_fuse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func TestTransformFuseWithArgs(t *testing.T) {
engine := &AlluxioEngine{
name: "test",
namespace: "default",
Log: fake.NullLogger()}
Log: fake.NullLogger()}
err := engine.transformFuse(test.runtime, test.dataset, test.alluxioValue)
if err != nil {
t.Errorf("Got err %v", err)
Expand Down

0 comments on commit f03b7ff

Please sign in to comment.