Skip to content

Commit

Permalink
Update helm-chart-fluid-1.0.0-alpha.26, To #55315018
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang committed Apr 8, 2024
1 parent fe302d1 commit 10c5102
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.0.0-alpha.25
version: 1.0.0-alpha.26

# 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: 1.0.0-10382d2
appVersion: 1.0.0-1cb79cf
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
12 changes: 12 additions & 0 deletions charts/fluid/templates/controller/vineyardruntime_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ spec:
- name: MOUNT_ROOT
value: {{ .Values.runtime.mountRoot | quote }}
{{- end }}
{{- if .Values.runtime.vineyard.master.image }}
- name: VINEYARD_MASTER_IMAGE_ENV
value: {{ .Values.runtime.vineyard.master.image | quote }}
{{- end }}
{{- if .Values.runtime.vineyard.worker.image }}
- name: VINEYARD_WORKER_IMAGE_ENV
value: {{ .Values.runtime.vineyard.worker.image | quote }}
{{- end }}
{{- if .Values.runtime.vineyard.fuse.image }}
- name: VINEYARD_FUSE_IMAGE_ENV
value: {{ .Values.runtime.vineyard.fuse.image | quote }}
{{- end }}
{{- if .Values.runtime.syncRetryDuration }}
- name: FLUID_SYNC_RETRY_DURATION
value: {{ .Values.runtime.syncRetryDuration | quote }}
Expand Down
30 changes: 18 additions & 12 deletions charts/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crdUpgrade:
enabled: true
# This sets the time-to-live (TTL) for crd-upgrade jobs. Default is 259200 seconds (3 days).
ttlSecondsAfterFinished: 259200
image: fluidcloudnative/fluid-crd-upgrader:v1.0.0-10382d2
image: fluidcloudnative/fluid-crd-upgrader:v1.0.0-1cb79cf

## if unspecified, will use built-in variable `.Release.Namespace`.
namespace: fluid-system
Expand All @@ -25,7 +25,7 @@ dataset:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/dataset-controller:v1.0.0-10382d2
image: fluidcloudnative/dataset-controller:v1.0.0-1cb79cf

csi:
tolerations:
Expand All @@ -36,7 +36,7 @@ csi:
registrar:
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
plugins:
image: fluidcloudnative/fluid-csi:v1.0.0-10382d2
image: fluidcloudnative/fluid-csi:v1.0.0-1cb79cf
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -63,7 +63,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v1.0.0-10382d2
image: fluidcloudnative/alluxioruntime-controller:v1.0.0-1cb79cf
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -84,7 +84,7 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:6.2.0
controller:
image: fluidcloudnative/jindoruntime-controller:v1.0.0-10382d2
image: fluidcloudnative/jindoruntime-controller:v1.0.0-1cb79cf
init:
portCheck:
enabled: false
Expand All @@ -100,7 +100,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v1.0.0-10382d2
image: fluidcloudnative/goosefsruntime-controller:v1.0.0-1cb79cf
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -112,7 +112,7 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v1.0.0-10382d2
image: fluidcloudnative/juicefsruntime-controller:v1.0.0-1cb79cf
fuse:
ceimage: juicedata/juicefs-fuse:ce-v1.1.0-rc1
eeimage: juicedata/juicefs-fuse:ee-4.9.16
Expand All @@ -122,7 +122,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v1.0.0-10382d2
image: fluidcloudnative/thinruntime-controller:v1.0.0-1cb79cf
fuse:
configStorage: configmap
efc:
Expand All @@ -131,7 +131,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v1.0.0-10382d2
image: fluidcloudnative/efcruntime-controller:v1.0.0-1cb79cf
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -147,12 +147,18 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/vineyardruntime-controller:v1.0.0-10382d2
image: fluidcloudnative/vineyardruntime-controller:v1.0.0-1cb79cf
imagePullPolicy: Always
master:
image: bitnami/etcd:3.5.10
worker:
image: vineyardcloudnative/vineyardd:v0.21.5
fuse:
image: vineyardcloudnative/vineyard-fluid-fuse:v0.21.5

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v1.0.0-10382d2
image: fluidcloudnative/fluid-webhook:v1.0.0-1cb79cf
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand Down Expand Up @@ -202,4 +208,4 @@ fluidapp:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/application-controller:v1.0.0-10382d2
image: fluidcloudnative/application-controller:v1.0.0-1cb79cf

0 comments on commit 10c5102

Please sign in to comment.