Skip to content

Commit

Permalink
Build docker images for release 0.9.2, To #51793350 (#3466)
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Sep 19, 2023
1 parent 02f70ac commit 880474b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 0.9.2

# 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.9.1-e79e93b
appVersion: 0.9.2-02f70ac
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
22 changes: 11 additions & 11 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

workdir: /tmp
crdUpgrade:
image: fluidcloudnative/fluid-crd-upgrader:v0.9.1-e79e93b
image: fluidcloudnative/fluid-crd-upgrader:v0.9.2-02f70ac

## if unspecified, will use built-in variable `.Release.Namespace`.
namespace: fluid-system
Expand All @@ -15,7 +15,7 @@ image:
dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.9.1-e79e93b
image: fluidcloudnative/dataset-controller:v0.9.2-02f70ac

csi:
featureGates: "FuseRecovery=false"
Expand All @@ -24,7 +24,7 @@ csi:
registrar:
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
plugins:
image: fluidcloudnative/fluid-csi:v0.9.1-e79e93b
image: fluidcloudnative/fluid-csi:v0.9.2-02f70ac
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -45,7 +45,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.9.1-e79e93b
image: fluidcloudnative/alluxioruntime-controller:v0.9.2-02f70ac
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -63,7 +63,7 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.6.7
controller:
image: fluidcloudnative/jindoruntime-controller:v0.9.1-e79e93b
image: fluidcloudnative/jindoruntime-controller:v0.9.2-02f70ac
init:
portCheck:
enabled: false
Expand All @@ -77,7 +77,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.9.1-e79e93b
image: fluidcloudnative/goosefsruntime-controller:v0.9.2-02f70ac
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -87,19 +87,19 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.9.1-e79e93b
image: fluidcloudnative/juicefsruntime-controller:v0.9.2-02f70ac
fuse:
image: juicedata/juicefs-fuse:v1.0.4-4.9.2
thin:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v0.9.1-e79e93b
image: fluidcloudnative/thinruntime-controller:v0.9.2-02f70ac
efc:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v0.9.1-e79e93b
image: fluidcloudnative/efcruntime-controller:v0.9.2-02f70ac
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -112,7 +112,7 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.9.1-e79e93b
image: fluidcloudnative/fluid-webhook:v0.9.2-02f70ac
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand All @@ -121,4 +121,4 @@ fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.9.1-e79e93b
image: fluidcloudnative/application-controller:v0.9.2-02f70ac

0 comments on commit 880474b

Please sign in to comment.