diff --git a/charts/fluid/fluid/templates/controller/jindoruntime_controller.yaml b/charts/fluid/fluid/templates/controller/jindoruntime_controller.yaml index c87f7502eac..8759ccefe8f 100644 --- a/charts/fluid/fluid/templates/controller/jindoruntime_controller.yaml +++ b/charts/fluid/fluid/templates/controller/jindoruntime_controller.yaml @@ -71,9 +71,9 @@ spec: - name: FLUID_SYNC_RETRY_DURATION value: {{ .Values.runtime.syncRetryDuration | quote }} {{- end }} - {{- if .Values.runtime.jindo.enginetype }} + {{- if .Values.runtime.jindo.engine }} - name: JINDO_ENGINE_TYPE - value: {{ .Values.runtime.jindo.enginetype | quote }} + value: {{ .Values.runtime.jindo.engine | quote }} {{- end }} ports: - containerPort: 8080 diff --git a/charts/fluid/fluid/values.yaml b/charts/fluid/fluid/values.yaml index 493d847589c..114919ac3dc 100644 --- a/charts/fluid/fluid/values.yaml +++ b/charts/fluid/fluid/values.yaml @@ -6,7 +6,7 @@ workdir: /tmp dataset: controller: - image: fluidcloudnative/dataset-controller:v0.8.0-4f14ed7 + image: fluidcloudnative/dataset-controller:v0.8.0-5e965dc csi: featureGates: "FuseRecovery=false" @@ -15,7 +15,7 @@ csi: registrar: image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0 plugins: - image: fluidcloudnative/fluid-csi:v0.8.0-4f14ed7 + image: fluidcloudnative/fluid-csi:v0.8.0-5e965dc kubelet: rootDir: /var/lib/kubelet @@ -28,9 +28,9 @@ runtime: portRange: 20000-26000 enabled: true init: - image: fluidcloudnative/init-users:v0.8.0-4f14ed7 + image: fluidcloudnative/init-users:v0.8.0-5e965dc controller: - image: fluidcloudnative/alluxioruntime-controller:v0.8.0-4f14ed7 + image: fluidcloudnative/alluxioruntime-controller:v0.8.0-5e965dc runtime: # image: fluidcloudnative/alluxio:release-2.7.3-SNAPSHOT-a7154f1 image: fluidcloudnative/alluxio:release-2.8.1-SNAPSHOT-0433ade @@ -41,24 +41,25 @@ runtime: runtimeWorkers: 3 portRange: 18000-19999 enabled: false + engine: jindofsx smartdata: image: registry.cn-shanghai.aliyuncs.com/jindofs/smartdata:3.8.0 fuse: image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:3.8.0 controller: - image: fluidcloudnative/jindoruntime-controller:v0.8.0-4f14ed7 + image: fluidcloudnative/jindoruntime-controller:v0.8.0-5e965dc init: portCheck: enabled: false - image: fluidcloudnative/init-users:v0.8.0-4f14ed7 + image: fluidcloudnative/init-users:v0.8.0-5e965dc goosefs: runtimeWorkers: 3 portRange: 26000-32000 enabled: false init: - image: fluidcloudnative/init-users:v0.8.0-4f14ed7 + image: fluidcloudnative/init-users:v0.8.0-5e965dc controller: - image: fluidcloudnative/goosefsruntime-controller:v0.8.0-4f14ed7 + image: fluidcloudnative/goosefsruntime-controller:v0.8.0-5e965dc runtime: image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0 fuse: @@ -66,16 +67,16 @@ runtime: juicefs: enabled: false controller: - image: fluidcloudnative/juicefsruntime-controller:v0.8.0-4f14ed7 + image: fluidcloudnative/juicefsruntime-controller:v0.8.0-5e965dc fuse: image: registry.cn-hangzhou.aliyuncs.com/juicefs/juicefs-fuse:v1.0.0-beta2 webhook: enabled: true - image: fluidcloudnative/fluid-webhook:v0.8.0-4f14ed7 + image: fluidcloudnative/fluid-webhook:v0.8.0-5e965dc replicas: 1 fluidapp: enabled: true controller: - image: fluidcloudnative/application-controller:v0.8.0-4f14ed7 + image: fluidcloudnative/application-controller:v0.8.0-5e965dc