Skip to content

Commit

Permalink
Fix backup for non root, and build docker image (#746)
Browse files Browse the repository at this point in the history
* Fix backup for non root, To #33889330

* Fix backup for non root, To #33889330
  • Loading branch information
cheyang committed Apr 23, 2021
1 parent ed9b1be commit 88484d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.6.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.6.0-23bb459
appVersion: 0.6.0-ed9b1be
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
10 changes: 5 additions & 5 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ workdir: /tmp

dataset:
controller:
image: registry.aliyuncs.com/fluid/dataset-controller:v0.6.0-23bb459
image: registry.aliyuncs.com/fluid/dataset-controller:v0.6.0-ed9b1be

csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0
plugins:
image: registry.aliyuncs.com/fluid/fluid-csi:v0.6.0-23bb459
image: registry.aliyuncs.com/fluid/fluid-csi:v0.6.0-ed9b1be
kubelet:
rootDir: /var/lib/kubelet

Expand All @@ -22,9 +22,9 @@ runtime:
portRange: 20000-25000
enabled: true
init:
image: registry.aliyuncs.com/fluid/init-users:v0.6.0-23bb459
image: registry.aliyuncs.com/fluid/init-users:v0.6.0-ed9b1be
controller:
image: registry.aliyuncs.com/fluid/alluxioruntime-controller:v0.6.0-23bb459
image: registry.aliyuncs.com/fluid/alluxioruntime-controller:v0.6.0-ed9b1be
runtime:
image: registry.aliyuncs.com/alluxio/alluxio:release-2.5.0-2-SNAPSHOT-52ad95c
fuse:
Expand All @@ -37,4 +37,4 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:3.5.2
controller:
image: registry.aliyuncs.com/fluid/jindoruntime-controller:v0.6.0-23bb459
image: registry.aliyuncs.com/fluid/jindoruntime-controller:v0.6.0-ed9b1be

0 comments on commit 88484d6

Please sign in to comment.