Skip to content

Commit d94d389

Browse files
committed
Build docker image for code refactoring, To #54583165 (fluid-cloudnative#4143)
Signed-off-by: cheyang <cheyang@163.com>
1 parent ea03462 commit d94d389

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

charts/fluid/fluid/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version: 1.0.1
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: 1.0.1-a3c7b09
21+
appVersion: 1.0.1-8601c7f
2222
home: https://github.com/fluid-cloudnative/fluid
2323
keywords:
2424
- category:data

charts/fluid/fluid/values.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crdUpgrade:
1212
enabled: true
1313
# This sets the time-to-live (TTL) for crd-upgrade jobs. Default is 259200 seconds (3 days).
1414
ttlSecondsAfterFinished: 259200
15-
image: fluidcloudnative/fluid-crd-upgrader:v1.0.1-a3c7b09
15+
image: fluidcloudnative/fluid-crd-upgrader:v1.0.1-8601c7f
1616

1717
## if unspecified, will use built-in variable `.Release.Namespace`.
1818
namespace: fluid-system
@@ -25,7 +25,7 @@ dataset:
2525
tolerations:
2626
- operator: Exists
2727
controller:
28-
image: fluidcloudnative/dataset-controller:v1.0.1-a3c7b09
28+
image: fluidcloudnative/dataset-controller:v1.0.1-8601c7f
2929
featureGates: "DataflowAffinity=false"
3030

3131
csi:
@@ -37,7 +37,7 @@ csi:
3737
registrar:
3838
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
3939
plugins:
40-
image: fluidcloudnative/fluid-csi:v1.0.1-a3c7b09
40+
image: fluidcloudnative/fluid-csi:v1.0.1-8601c7f
4141
kubelet:
4242
kubeConfigFile: /etc/kubernetes/kubelet.conf
4343
certDir: /var/lib/kubelet/pki
@@ -64,7 +64,7 @@ runtime:
6464
init:
6565
image: fluidcloudnative/init-users:v0.9.0
6666
controller:
67-
image: fluidcloudnative/alluxioruntime-controller:v1.0.1-a3c7b09
67+
image: fluidcloudnative/alluxioruntime-controller:v1.0.1-8601c7f
6868
runtime:
6969
image: alluxio/alluxio-dev:2.9.0
7070
fuse:
@@ -85,7 +85,7 @@ runtime:
8585
fuse:
8686
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:6.4.0
8787
controller:
88-
image: fluidcloudnative/jindoruntime-controller:v1.0.1-a3c7b09
88+
image: fluidcloudnative/jindoruntime-controller:v1.0.1-8601c7f
8989
init:
9090
portCheck:
9191
enabled: false
@@ -101,7 +101,7 @@ runtime:
101101
init:
102102
image: fluidcloudnative/init-users:v0.9.0
103103
controller:
104-
image: fluidcloudnative/goosefsruntime-controller:v1.0.1-a3c7b09
104+
image: fluidcloudnative/goosefsruntime-controller:v1.0.1-8601c7f
105105
runtime:
106106
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
107107
fuse:
@@ -113,7 +113,7 @@ runtime:
113113
enabled: false
114114
runtimeWorkers: 3
115115
controller:
116-
image: fluidcloudnative/juicefsruntime-controller:v1.0.1-a3c7b09
116+
image: fluidcloudnative/juicefsruntime-controller:v1.0.1-8601c7f
117117
fuse:
118118
ceimage: juicedata/juicefs-fuse:ce-v1.1.0-rc1
119119
eeimage: juicedata/juicefs-fuse:ee-4.9.16
@@ -123,7 +123,7 @@ runtime:
123123
- operator: Exists
124124
enabled: false
125125
controller:
126-
image: fluidcloudnative/thinruntime-controller:v1.0.1-a3c7b09
126+
image: fluidcloudnative/thinruntime-controller:v1.0.1-8601c7f
127127
fuse:
128128
configStorage: configmap
129129
efc:
@@ -132,7 +132,7 @@ runtime:
132132
- operator: Exists
133133
enabled: false
134134
controller:
135-
image: fluidcloudnative/efcruntime-controller:v1.0.1-a3c7b09
135+
image: fluidcloudnative/efcruntime-controller:v1.0.1-8601c7f
136136
imagePullPolicy: Always
137137
init:
138138
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
@@ -149,7 +149,7 @@ runtime:
149149
- operator: Exists
150150
enabled: false
151151
controller:
152-
image: fluidcloudnative/vineyardruntime-controller:v1.0.1-a3c7b09
152+
image: fluidcloudnative/vineyardruntime-controller:v1.0.1-8601c7f
153153
imagePullPolicy: Always
154154
master:
155155
image: bitnami/etcd:3.5.10
@@ -160,7 +160,7 @@ runtime:
160160

161161
webhook:
162162
enabled: true
163-
image: fluidcloudnative/fluid-webhook:v1.0.1-a3c7b09
163+
image: fluidcloudnative/fluid-webhook:v1.0.1-8601c7f
164164
replicas: 1
165165
timeoutSeconds: 15
166166
reinvocationPolicy: IfNeeded
@@ -210,4 +210,4 @@ fluidapp:
210210
tolerations:
211211
- operator: Exists
212212
controller:
213-
image: fluidcloudnative/application-controller:v1.0.1-a3c7b09
213+
image: fluidcloudnative/application-controller:v1.0.1-8601c7f

0 commit comments

Comments
 (0)