Skip to content

Commit

Permalink
Change reinvocationPolicy to IfNeeded, To #48327952
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <cheyang@163.com>
  • Loading branch information
cheyang committed May 11, 2023
1 parent 218db35 commit e08d78f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.8.7

# 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.6-2131f34
appVersion: 0.8.7-218db35
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.6-2131f34
image: fluidcloudnative/fluid-crd-upgrader:v0.8.7-218db35

image:
imagePullSecrets: []

dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.8.6-2131f34
image: fluidcloudnative/dataset-controller:v0.8.7-218db35

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.6-2131f34
image: fluidcloudnative/fluid-csi:v0.8.7-218db35
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -39,9 +39,9 @@ runtime:
portAllocatePolicy: random
enabled: false
init:
image: fluidcloudnative/init-users:v0.8.6-2131f34
image: fluidcloudnative/init-users:v0.8.7-218db35
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.8.6-2131f34
image: fluidcloudnative/alluxioruntime-controller:v0.8.7-218db35
runtime:
# image: fluidcloudnative/alluxio:release-2.7.3-SNAPSHOT-a7154f1
image: fluidcloudnative/alluxio:release-2.8.1-SNAPSHOT-0433ade
Expand All @@ -61,21 +61,21 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.5.1
controller:
image: fluidcloudnative/jindoruntime-controller:v0.8.6-2131f34
image: fluidcloudnative/jindoruntime-controller:v0.8.7-218db35
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.8.6-2131f34
image: fluidcloudnative/init-users:v0.8.7-218db35
goosefs:
replicas: 1
runtimeWorkers: 3
portRange: 26000-32000
portAllocatePolicy: random
enabled: false
init:
image: fluidcloudnative/init-users:v0.8.6-2131f34
image: fluidcloudnative/init-users:v0.8.7-218db35
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.8.6-2131f34
image: fluidcloudnative/goosefsruntime-controller:v0.8.7-218db35
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -84,13 +84,13 @@ runtime:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.8.6-2131f34
image: fluidcloudnative/juicefsruntime-controller:v0.8.7-218db35
fuse:
image: juicedata/juicefs-fuse:v1.0.0-4.8.0

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.8.6-2131f34
image: fluidcloudnative/fluid-webhook:v0.8.7-218db35
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand All @@ -99,4 +99,4 @@ fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.8.6-2131f34
image: fluidcloudnative/application-controller:v0.8.7-218db35

0 comments on commit e08d78f

Please sign in to comment.