Skip to content

Commit 2c8aebf

Browse files
authored
Docker build for unifying controller name (fluid-cloudnative#2514)
* Build docker images for unifying docker images, To #43000843 Signed-off-by: cheyang <[email protected]> * Build docker images for unifying docker images, To #43000843 Signed-off-by: cheyang <[email protected]> Signed-off-by: cheyang <[email protected]>
1 parent 6e6294b commit 2c8aebf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

charts/fluid/fluid/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version: 0.9.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 0.9.0-e503877
21+
appVersion: 0.9.0-6e6294b
2222
home: https://github.com/fluid-cloudnative/fluid
2323
keywords:
2424
- category:data

charts/fluid/fluid/values.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
workdir: /tmp
66
crdUpgrade:
7-
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-e503877
7+
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-6e6294b
88

99
image:
1010
imagePullSecrets: []
1111

1212
dataset:
1313
replicas: 1
1414
controller:
15-
image: fluidcloudnative/dataset-controller:v0.9.0-e503877
15+
image: fluidcloudnative/dataset-controller:v0.9.0-6e6294b
1616

1717
csi:
1818
featureGates: "FuseRecovery=false"
@@ -21,7 +21,7 @@ csi:
2121
registrar:
2222
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v2.3.0-038aeb6-aliyun
2323
plugins:
24-
image: fluidcloudnative/fluid-csi:v0.9.0-e503877
24+
image: fluidcloudnative/fluid-csi:v0.9.0-6e6294b
2525
kubelet:
2626
rootDir: /var/lib/kubelet
2727
pruneFs: fuse.alluxio-fuse,fuse.jindofs-fuse,fuse.juicefs,fuse.goosefs-fuse,ossfs
@@ -37,9 +37,9 @@ runtime:
3737
portAllocatePolicy: bitmap
3838
enabled: false
3939
init:
40-
image: fluidcloudnative/init-users:v0.9.0-e503877
40+
image: fluidcloudnative/init-users:v0.9.0-6e6294b
4141
controller:
42-
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-e503877
42+
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-6e6294b
4343
runtime:
4444
image: alluxio/alluxio-dev:2.9.0
4545
fuse:
@@ -56,20 +56,20 @@ runtime:
5656
fuse:
5757
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.5.2
5858
controller:
59-
image: fluidcloudnative/jindoruntime-controller:v0.9.0-e503877
59+
image: fluidcloudnative/jindoruntime-controller:v0.9.0-6e6294b
6060
init:
6161
portCheck:
6262
enabled: false
63-
image: fluidcloudnative/init-users:v0.9.0-e503877
63+
image: fluidcloudnative/init-users:v0.9.0-6e6294b
6464
goosefs:
6565
replicas: 1
6666
runtimeWorkers: 3
6767
portRange: 26000-32000
6868
enabled: false
6969
init:
70-
image: fluidcloudnative/init-users:v0.9.0-e503877
70+
image: fluidcloudnative/init-users:v0.9.0-6e6294b
7171
controller:
72-
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-e503877
72+
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-6e6294b
7373
runtime:
7474
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
7575
fuse:
@@ -78,19 +78,19 @@ runtime:
7878
replicas: 1
7979
enabled: false
8080
controller:
81-
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-e503877
81+
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-6e6294b
8282
fuse:
8383
image: juicedata/juicefs-fuse:v1.0.0-4.8.0
8484
thin:
8585
replicas: 1
8686
enabled: false
8787
controller:
88-
image: fluidcloudnative/thinruntime-controller:v0.9.0-e503877
88+
image: fluidcloudnative/thinruntime-controller:v0.9.0-6e6294b
8989
eac:
9090
replicas: 1
9191
enabled: false
9292
controller:
93-
image: fluidcloudnative/eacruntime-controller:v0.9.0-e503877
93+
image: fluidcloudnative/eacruntime-controller:v0.9.0-6e6294b
9494
imagePullPolicy: Always
9595
init:
9696
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v0.1.0-196d2b1
@@ -103,11 +103,11 @@ runtime:
103103

104104
webhook:
105105
enabled: true
106-
image: fluidcloudnative/fluid-webhook:v0.9.0-e503877
106+
image: fluidcloudnative/fluid-webhook:v0.9.0-6e6294b
107107
replicas: 1
108108

109109
fluidapp:
110110
enabled: true
111111
replicas: 1
112112
controller:
113-
image: fluidcloudnative/application-controller:v0.9.0-e503877
113+
image: fluidcloudnative/application-controller:v0.9.0-6e6294b

0 commit comments

Comments
 (0)