Skip to content

Commit

Permalink
init v0.7.0 (fluid-cloudnative#975)
Browse files Browse the repository at this point in the history
* init v0.7.0, To #36006291

Signed-off-by: cheyang <cheyang@163.com>

* init v0.7.0, To #36006291

Signed-off-by: cheyang <cheyang@163.com>

* init v0.7.0, To #36006291

Signed-off-by: cheyang <cheyang@163.com>
  • Loading branch information
cheyang authored Aug 12, 2021
1 parent 26a87ec commit e967920
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GOBIN=$(shell go env GOBIN)
endif

CURRENT_DIR=$(shell pwd)
VERSION=v0.6.0
VERSION=v0.7.0
BUILD_DATE=$(shell date -u +'%Y-%m-%d_%H:%M:%S')
GIT_COMMIT=$(shell git rev-parse HEAD)
GIT_TAG=$(shell if [ -z "`git status --porcelain`" ]; then git describe --exact-match --tags HEAD 2>/dev/null; fi)
Expand Down
4 changes: 2 additions & 2 deletions charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.6.0
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.6.0-48de610
appVersion: 0.7.0-109a578
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
16 changes: 8 additions & 8 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: fluidcloudnative/dataset-controller:v0.6.0-48de610
image: fluidcloudnative/dataset-controller:v0.7.0-109a578

csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0
plugins:
image: fluidcloudnative/fluid-csi:v0.6.0-48de610
image: fluidcloudnative/fluid-csi:v0.7.0-109a578
kubelet:
rootDir: /var/lib/kubelet

Expand All @@ -23,9 +23,9 @@ runtime:
portRange: 20000-26000
enabled: true
init:
image: fluidcloudnative/init-users:v0.6.0-48de610
image: fluidcloudnative/init-users:v0.7.0-109a578
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.6.0-48de610
image: fluidcloudnative/alluxioruntime-controller:v0.7.0-109a578
runtime:
image: registry.aliyuncs.com/alluxio/alluxio:release-2.5.0-2-SNAPSHOT-52ad95c
fuse:
Expand All @@ -39,21 +39,21 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:3.6.0
controller:
image: fluidcloudnative/jindoruntime-controller:v0.6.0-48de610
image: fluidcloudnative/jindoruntime-controller:v0.7.0-109a578
goosefs:
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.6.0-48de610
image: fluidcloudnative/init-users:v0.7.0-109a578
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.6.0-48de610
image: fluidcloudnative/goosefsruntime-controller:v0.7.0-109a578
runtime:
image: ccr.ccs.tencentyun.com/goosefs/goosefs:v1.0.1
fuse:
image: ccr.ccs.tencentyun.com/goosefs/goosefs-fuse:v1.0.1

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.6.0-48de610
image: fluidcloudnative/fluid-webhook:v0.7.0-109a578

0 comments on commit e967920

Please sign in to comment.