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

Fix backup for non root, and build docker image #746

Merged
merged 2 commits into from
Apr 23, 2021
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.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