Skip to content

Commit

Permalink
Build docker images for webhook, To #40605168 (fluid-cloudnative#1920)
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <cheyang@163.com>
  • Loading branch information
cheyang authored Jun 15, 2022
1 parent 9e0bc9f commit c768afe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.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.8.0-2616111
appVersion: 0.8.0-9e0bc9f
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
22 changes: 11 additions & 11 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workdir: /tmp

dataset:
controller:
image: fluidcloudnative/dataset-controller:v0.8.0-2616111
image: fluidcloudnative/dataset-controller:v0.8.0-9e0bc9f

csi:
featureGates: "FuseRecovery=false"
Expand All @@ -15,7 +15,7 @@ csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0
plugins:
image: fluidcloudnative/fluid-csi:v0.8.0-2616111
image: fluidcloudnative/fluid-csi:v0.8.0-9e0bc9f
kubelet:
rootDir: /var/lib/kubelet

Expand All @@ -28,9 +28,9 @@ runtime:
portRange: 20000-26000
enabled: true
init:
image: fluidcloudnative/init-users:v0.8.0-2616111
image: fluidcloudnative/init-users:v0.8.0-9e0bc9f
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.8.0-2616111
image: fluidcloudnative/alluxioruntime-controller:v0.8.0-9e0bc9f
runtime:
# image: fluidcloudnative/alluxio:release-2.7.3-SNAPSHOT-a7154f1
image: fluidcloudnative/alluxio:release-2.8.1-SNAPSHOT-0433ade
Expand All @@ -47,36 +47,36 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.4.0
controller:
image: fluidcloudnative/jindoruntime-controller:v0.8.0-2616111
image: fluidcloudnative/jindoruntime-controller:v0.8.0-9e0bc9f
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.8.0-2616111
image: fluidcloudnative/init-users:v0.8.0-9e0bc9f
goosefs:
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.8.0-2616111
image: fluidcloudnative/init-users:v0.8.0-9e0bc9f
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.8.0-2616111
image: fluidcloudnative/goosefsruntime-controller:v0.8.0-9e0bc9f
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
image: ccr.ccs.tencentyun.com/qcloud/goosefs-fuse:v1.2.0
juicefs:
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.8.0-2616111
image: fluidcloudnative/juicefsruntime-controller:v0.8.0-9e0bc9f
fuse:
image: registry.cn-hangzhou.aliyuncs.com/juicefs/juicefs-fuse:v1.0.0-beta2

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.8.0-2616111
image: fluidcloudnative/fluid-webhook:v0.8.0-9e0bc9f
replicas: 1

fluidapp:
enabled: true
controller:
image: fluidcloudnative/application-controller:v0.8.0-2616111
image: fluidcloudnative/application-controller:v0.8.0-9e0bc9f

0 comments on commit c768afe

Please sign in to comment.