Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build docker image for csi plugin #1391

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-3ce62a9
appVersion: 0.7.0-67ed8c2
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,7 +6,7 @@ workdir: /tmp

dataset:
controller:
image: fluidcloudnative/dataset-controller:v0.7.0-3ce62a9
image: fluidcloudnative/dataset-controller:v0.7.0-67ed8c2

csi:
recoverFusePeriod: -1
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.7.0-3ce62a9
image: fluidcloudnative/fluid-csi:v0.7.0-67ed8c2
kubelet:
rootDir: /var/lib/kubelet

Expand All @@ -28,9 +28,9 @@ runtime:
portRange: 20000-26000
enabled: true
init:
image: fluidcloudnative/init-users:v0.7.0-3ce62a9
image: fluidcloudnative/init-users:v0.7.0-67ed8c2
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-3ce62a9
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-67ed8c2
runtime:
image: registry.aliyuncs.com/alluxio/alluxio:release-2.7.2-SNAPSHOT-3714f2b
fuse:
Expand All @@ -44,32 +44,32 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:3.7.3
controller:
image: fluidcloudnative/jindoruntime-controller:v0.7.0-3ce62a9
image: fluidcloudnative/jindoruntime-controller:v0.7.0-67ed8c2
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.7.0-3ce62a9
image: fluidcloudnative/init-users:v0.7.0-67ed8c2
goosefs:
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.7.0-3ce62a9
image: fluidcloudnative/init-users:v0.7.0-67ed8c2
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-3ce62a9
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-67ed8c2
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.1.0-kona_jdk11
fuse:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.1.0-kona_jdk11
juicefs:
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.7.0-3ce62a9
image: fluidcloudnative/juicefsruntime-controller:v0.7.0-67ed8c2
fuse:
image: juicedata/juicefs-csi-driver:v0.11.0

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.7.0-3ce62a9
image: fluidcloudnative/fluid-webhook:v0.7.0-67ed8c2
replicas: 1