Skip to content

Commit 00741af

Browse files
authored
Build docker images for 0.9.3 (#3762)
Signed-off-by: cheyang <[email protected]>
1 parent e0184cf commit 00741af

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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: 0.9.3
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.2-02f70ac
21+
appVersion: 0.9.3-e0184cf
2222
home: https://github.com/fluid-cloudnative/fluid
2323
keywords:
2424
- category:data

charts/fluid/fluid/values.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
workdir: /tmp
66
crdUpgrade:
7-
image: fluidcloudnative/fluid-crd-upgrader:v0.9.2-02f70ac
7+
image: fluidcloudnative/fluid-crd-upgrader:v0.9.3-e0184cf
88

99
## if unspecified, will use built-in variable `.Release.Namespace`.
1010
namespace: fluid-system
@@ -15,7 +15,7 @@ image:
1515
dataset:
1616
replicas: 1
1717
controller:
18-
image: fluidcloudnative/dataset-controller:v0.9.2-02f70ac
18+
image: fluidcloudnative/dataset-controller:v0.9.3-e0184cf
1919

2020
csi:
2121
featureGates: "FuseRecovery=false"
@@ -24,7 +24,7 @@ csi:
2424
registrar:
2525
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
2626
plugins:
27-
image: fluidcloudnative/fluid-csi:v0.9.2-02f70ac
27+
image: fluidcloudnative/fluid-csi:v0.9.3-e0184cf
2828
kubelet:
2929
kubeConfigFile: /etc/kubernetes/kubelet.conf
3030
certDir: /var/lib/kubelet/pki
@@ -45,7 +45,7 @@ runtime:
4545
init:
4646
image: fluidcloudnative/init-users:v0.9.0
4747
controller:
48-
image: fluidcloudnative/alluxioruntime-controller:v0.9.2-02f70ac
48+
image: fluidcloudnative/alluxioruntime-controller:v0.9.3-e0184cf
4949
runtime:
5050
image: alluxio/alluxio-dev:2.9.0
5151
fuse:
@@ -63,7 +63,7 @@ runtime:
6363
fuse:
6464
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.6.7
6565
controller:
66-
image: fluidcloudnative/jindoruntime-controller:v0.9.2-02f70ac
66+
image: fluidcloudnative/jindoruntime-controller:v0.9.3-e0184cf
6767
init:
6868
portCheck:
6969
enabled: false
@@ -77,7 +77,7 @@ runtime:
7777
init:
7878
image: fluidcloudnative/init-users:v0.9.0
7979
controller:
80-
image: fluidcloudnative/goosefsruntime-controller:v0.9.2-02f70ac
80+
image: fluidcloudnative/goosefsruntime-controller:v0.9.3-e0184cf
8181
runtime:
8282
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
8383
fuse:
@@ -87,19 +87,19 @@ runtime:
8787
enabled: false
8888
runtimeWorkers: 3
8989
controller:
90-
image: fluidcloudnative/juicefsruntime-controller:v0.9.2-02f70ac
90+
image: fluidcloudnative/juicefsruntime-controller:v0.9.3-e0184cf
9191
fuse:
9292
image: juicedata/juicefs-fuse:v1.0.4-4.9.2
9393
thin:
9494
replicas: 1
9595
enabled: false
9696
controller:
97-
image: fluidcloudnative/thinruntime-controller:v0.9.2-02f70ac
97+
image: fluidcloudnative/thinruntime-controller:v0.9.3-e0184cf
9898
efc:
9999
replicas: 1
100100
enabled: false
101101
controller:
102-
image: fluidcloudnative/efcruntime-controller:v0.9.2-02f70ac
102+
image: fluidcloudnative/efcruntime-controller:v0.9.3-e0184cf
103103
imagePullPolicy: Always
104104
init:
105105
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
@@ -112,7 +112,7 @@ runtime:
112112

113113
webhook:
114114
enabled: true
115-
image: fluidcloudnative/fluid-webhook:v0.9.2-02f70ac
115+
image: fluidcloudnative/fluid-webhook:v0.9.3-e0184cf
116116
replicas: 1
117117
timeoutSeconds: 15
118118
reinvocationPolicy: IfNeeded
@@ -121,4 +121,4 @@ fluidapp:
121121
enabled: true
122122
replicas: 1
123123
controller:
124-
image: fluidcloudnative/application-controller:v0.9.2-02f70ac
124+
image: fluidcloudnative/application-controller:v0.9.3-e0184cf

0 commit comments

Comments
 (0)