Skip to content

Commit

Permalink
Docker build release 0.8.1 (fluid-cloudnative#2170)
Browse files Browse the repository at this point in the history
* Update fluid version to 0.8.1, To #43759509

Signed-off-by: cheyang <[email protected]>

* Build docker images for v0.8.1, To #43759509

Signed-off-by: cheyang <[email protected]>

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Oct 3, 2022
1 parent 02a2fe1 commit 91b2615
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
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.8.0
version: 0.8.1

# 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-e730b87
appVersion: 0.8.1-bd17435
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
24 changes: 12 additions & 12 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

workdir: /tmp
crdUpgrade:
image: fluidcloudnative/fluid-crd-upgrader:v0.8.0-e730b87
image: fluidcloudnative/fluid-crd-upgrader:v0.8.1-bd17435

image:
imagePullSecrets: []

dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.8.0-e730b87
image: fluidcloudnative/dataset-controller:v0.8.1-bd17435

csi:
featureGates: "FuseRecovery=false"
Expand All @@ -21,7 +21,7 @@ csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v2.3.0-038aeb6-aliyun
plugins:
image: fluidcloudnative/fluid-csi:v0.8.0-e730b87
image: fluidcloudnative/fluid-csi:v0.8.1-bd17435
kubelet:
rootDir: /var/lib/kubelet
pruneFs: fuse.alluxio-fuse,fuse.jindofs-fuse,fuse.juicefs,fuse.goosefs-fuse,ossfs
Expand All @@ -37,9 +37,9 @@ runtime:
portAllocatePolicy: bitmap
enabled: false
init:
image: fluidcloudnative/init-users:v0.8.0-e730b87
image: fluidcloudnative/init-users:v0.8.1-bd17435
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.8.0-e730b87
image: fluidcloudnative/alluxioruntime-controller:v0.8.1-bd17435
runtime:
# image: fluidcloudnative/alluxio:release-2.7.3-SNAPSHOT-a7154f1
image: fluidcloudnative/alluxio:release-2.8.1-SNAPSHOT-0433ade
Expand All @@ -58,20 +58,20 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.5.1
controller:
image: fluidcloudnative/jindoruntime-controller:v0.8.0-e730b87
image: fluidcloudnative/jindoruntime-controller:v0.8.1-bd17435
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.8.0-e730b87
image: fluidcloudnative/init-users:v0.8.1-bd17435
goosefs:
replicas: 1
runtimeWorkers: 3
portRange: 26000-32000
enabled: false
init:
image: fluidcloudnative/init-users:v0.8.0-e730b87
image: fluidcloudnative/init-users:v0.8.1-bd17435
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.8.0-e730b87
image: fluidcloudnative/goosefsruntime-controller:v0.8.1-bd17435
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -80,17 +80,17 @@ runtime:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.8.0-e730b87
image: fluidcloudnative/juicefsruntime-controller:v0.8.1-bd17435
fuse:
image: juicedata/juicefs-fuse:v1.0.0

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.8.0-e730b87
image: fluidcloudnative/fluid-webhook:v0.8.1-bd17435
replicas: 1

fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.8.0-e730b87
image: fluidcloudnative/application-controller:v0.8.1-bd17435

0 comments on commit 91b2615

Please sign in to comment.