Skip to content

Commit

Permalink
Change engine name (#1856)
Browse files Browse the repository at this point in the history
* Change engine name, To #41542084

Signed-off-by: cheyang <[email protected]>

* Support init container, To #41315315

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored May 21, 2022
1 parent 8f325ec commit 43ed628
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 12 additions & 11 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand All @@ -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
Expand All @@ -41,41 +41,42 @@ 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:
image: ccr.ccs.tencentyun.com/qcloud/goosefs-fuse:v1.2.0
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

0 comments on commit 43ed628

Please sign in to comment.