Skip to content

Commit 9bbc66e

Browse files
committed
Add helm-chart-fluid-1.0.8-alpha.3
Signed-off-by: cheyang <cheyang@163.com>
1 parent 5fa49fb commit 9bbc66e

11 files changed

+57
-4
lines changed

charts/fluid/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.0.8-alpha.2
17+
version: 1.0.8-alpha.3
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 1.0.8-2cfd7995
21+
appVersion: 1.0.8-9b73834
2222
home: https://github.com/fluid-cloudnative/fluid
2323
keywords:
2424
- category:data

charts/fluid/crds/data.fluid.io_thinruntimeprofiles.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,17 @@ spec:
329329
additionalProperties:
330330
type: string
331331
type: object
332+
podMetadata:
333+
properties:
334+
annotations:
335+
additionalProperties:
336+
type: string
337+
type: object
338+
labels:
339+
additionalProperties:
340+
type: string
341+
type: object
342+
type: object
332343
ports:
333344
items:
334345
properties:

charts/fluid/crds/data.fluid.io_thinruntimes.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,17 @@ spec:
329329
additionalProperties:
330330
type: string
331331
type: object
332+
podMetadata:
333+
properties:
334+
annotations:
335+
additionalProperties:
336+
type: string
337+
type: object
338+
labels:
339+
additionalProperties:
340+
type: string
341+
type: object
342+
type: object
332343
ports:
333344
items:
334345
properties:

charts/fluid/templates/controller/alluxioruntime_controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ spec:
8181
- name: FLUID_SYNC_RETRY_DURATION
8282
value: {{ .Values.runtime.syncRetryDuration | quote }}
8383
{{- end }}
84+
{{- if .Values.runtime.syncScheduleInfoNodeExcludeSelector }}
85+
- name: FLUID_SCHEDULE_INFO_EXCLUDE_NODE_SELECTOR
86+
value: {{ .Values.runtime.syncScheduleInfoNodeExcludeSelector | quote }}
87+
{{- end }}
8488
{{- if .Values.image.imagePullSecrets }}
8589
- name: IMAGE_PULL_SECRETS
8690
{{- $secretList := list }}

charts/fluid/templates/controller/efcruntime_controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ spec:
6363
- name: FLUID_SYNC_RETRY_DURATION
6464
value: {{ .Values.runtime.syncRetryDuration | quote }}
6565
{{- end }}
66+
{{- if .Values.runtime.syncScheduleInfoNodeExcludeSelector }}
67+
- name: FLUID_SCHEDULE_INFO_EXCLUDE_NODE_SELECTOR
68+
value: {{ .Values.runtime.syncScheduleInfoNodeExcludeSelector | quote }}
69+
{{- end }}
6670
{{- if .Values.runtime.efc.init.imageName }}
6771
- name: EFC_INIT_FUSE_IMAGE_ENV
6872
value: {{ include "fluid.runtime.imageTransform" (list .Values.runtime.efc.init.imagePrefix .Values.runtime.efc.init.imageName .Values.runtime.efc.init.imageTag . ) }}

charts/fluid/templates/controller/goosefsruntime_controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ spec:
7979
- name: FLUID_SYNC_RETRY_DURATION
8080
value: {{ .Values.runtime.syncRetryDuration | quote }}
8181
{{- end }}
82+
{{- if .Values.runtime.syncScheduleInfoNodeExcludeSelector }}
83+
- name: FLUID_SCHEDULE_INFO_EXCLUDE_NODE_SELECTOR
84+
value: {{ .Values.runtime.syncScheduleInfoNodeExcludeSelector | quote }}
85+
{{- end }}
8286
{{- if .Values.runtime.goosefs.env }}
8387
{{ toYaml .Values.runtime.goosefs.env | nindent 10 }}
8488
{{- end }}

charts/fluid/templates/controller/jindoruntime_controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ spec:
8484
- name: FLUID_SYNC_RETRY_DURATION
8585
value: {{ .Values.runtime.syncRetryDuration | quote }}
8686
{{- end }}
87+
{{- if .Values.runtime.syncScheduleInfoNodeExcludeSelector }}
88+
- name: FLUID_SCHEDULE_INFO_EXCLUDE_NODE_SELECTOR
89+
value: {{ .Values.runtime.syncScheduleInfoNodeExcludeSelector | quote }}
90+
{{- end }}
8791
{{- if .Values.runtime.jindo.engine }}
8892
- name: JINDO_ENGINE_TYPE
8993
value: {{ .Values.runtime.jindo.engine | quote }}

charts/fluid/templates/controller/juicefsruntime_controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ spec:
8181
- name: FLUID_SYNC_RETRY_DURATION
8282
value: {{ .Values.runtime.syncRetryDuration | quote }}
8383
{{- end }}
84+
{{- if .Values.runtime.syncScheduleInfoNodeExcludeSelector }}
85+
- name: FLUID_SCHEDULE_INFO_EXCLUDE_NODE_SELECTOR
86+
value: {{ .Values.runtime.syncScheduleInfoNodeExcludeSelector | quote }}
87+
{{- end }}
8488
- name: HELM_DRIVER
8589
value: {{ template "fluid.helmDriver" . }}
8690
{{- if .Values.runtime.juicefs.env }}

charts/fluid/templates/controller/thinruntime_controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ spec:
6363
- name: FLUID_SYNC_RETRY_DURATION
6464
value: {{ .Values.runtime.thin.syncRetryRateLimitDuration | quote }}
6565
{{- end }}
66+
{{- if .Values.runtime.syncScheduleInfoNodeExcludeSelector }}
67+
- name: FLUID_SCHEDULE_INFO_EXCLUDE_NODE_SELECTOR
68+
value: {{ .Values.runtime.syncScheduleInfoNodeExcludeSelector | quote }}
69+
{{- end }}
6670
- name: HELM_DRIVER
6771
value: {{ template "fluid.helmDriver" . }}
6872
- name: THIN_FUSE_CONFIG_STORAGE

charts/fluid/templates/controller/vineyardruntime_controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ spec:
7575
- name: FLUID_SYNC_RETRY_DURATION
7676
value: {{ .Values.runtime.syncRetryDuration | quote }}
7777
{{- end }}
78+
{{- if .Values.runtime.syncScheduleInfoNodeExcludeSelector }}
79+
- name: FLUID_SCHEDULE_INFO_EXCLUDE_NODE_SELECTOR
80+
value: {{ .Values.runtime.syncScheduleInfoNodeExcludeSelector | quote }}
81+
{{- end }}
7882
- name: HELM_DRIVER
7983
value: {{ template "fluid.helmDriver" . }}
8084
{{- if .Values.runtime.vineyard.env }}

0 commit comments

Comments
 (0)