Skip to content

Commit

Permalink
Merge pull request #63 from cheyang/helm-chart-fluid-1.0.1-alpha.5
Browse files Browse the repository at this point in the history
Add helm-chart-fluid-1.0.1-alpha.5
  • Loading branch information
cheyang authored Jun 27, 2024
2 parents 54f4719 + 6026205 commit f0e9ab5
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 27 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.1-alpha.4
version: 1.0.1-alpha.5

# 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.1-38cd089
appVersion: 1.0.1-620babc
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
2 changes: 1 addition & 1 deletion charts/fluid/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Create the name of the service account to use
Check if feature gate DataflowAffinity is enabled in the featureGates.
*/}}
{{- define "fluid.dataflowAffinity.enabled" -}}
{{- $featureGates := splitList "," .Values.dataset.featureGates }}
{{- $featureGates := splitList "," .Values.fluidapp.featureGates }}
{{- $found := false -}}
{{- range $idx, $featureGate := $featureGates }}
{{- $featureGateKV := splitList "=" $featureGate }}
Expand Down
1 change: 0 additions & 1 deletion charts/fluid/templates/controller/dataset_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ spec:
- --pprof-addr=:6060
- --enable-leader-election
- --leader-election-namespace={{ include "fluid.namespace" . }}
- --feature-gates={{ .Values.dataset.featureGates }}
env:
{{- if .Values.workdir }}
- name: FLUID_WORKDIR
Expand Down
1 change: 1 addition & 0 deletions charts/fluid/templates/controller/fluidapp_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
- --pprof-addr=:6060
- --enable-leader-election
- --leader-election-namespace={{ include "fluid.namespace" . }}
- --feature-gates={{ .Values.fluidapp.featureGates }}
env:
{{- if .Values.workdir }}
- name: FLUID_WORKDIR
Expand Down
10 changes: 0 additions & 10 deletions charts/fluid/templates/role/dataset/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ rules:
- get
- list
- watch
{{- if eq (include "fluid.dataflowAffinity.enabled" . ) "true" }}
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
{{- end }}
- apiGroups:
- ""
resources:
Expand Down
19 changes: 19 additions & 0 deletions charts/fluid/templates/role/fluidapp/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ rules:
- get
- watch
- create
{{- if eq (include "fluid.dataflowAffinity.enabled" . ) "true" }}
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- batch
resources:
- jobs
verbs:
- get
- list
- watch
- update
{{- end }}
- apiGroups:
- ""
resources:
Expand Down
27 changes: 14 additions & 13 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.1-38cd089
image: fluidcloudnative/fluid-crd-upgrader:v1.0.1-620babc

## if unspecified, will use built-in variable `.Release.Namespace`.
namespace: fluid-system
Expand All @@ -25,8 +25,7 @@ dataset:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/dataset-controller:v1.0.1-38cd089
featureGates: "DataflowAffinity=false"
image: fluidcloudnative/dataset-controller:v1.0.1-620babc

csi:
tolerations:
Expand All @@ -37,7 +36,7 @@ csi:
registrar:
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
plugins:
image: fluidcloudnative/fluid-csi:v1.0.1-38cd089
image: fluidcloudnative/fluid-csi:v1.0.1-620babc
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -64,7 +63,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v1.0.1-38cd089
image: fluidcloudnative/alluxioruntime-controller:v1.0.1-620babc
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -85,7 +84,7 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:6.4.0
controller:
image: fluidcloudnative/jindoruntime-controller:v1.0.1-38cd089
image: fluidcloudnative/jindoruntime-controller:v1.0.1-620babc
init:
portCheck:
enabled: false
Expand All @@ -101,7 +100,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v1.0.1-38cd089
image: fluidcloudnative/goosefsruntime-controller:v1.0.1-620babc
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -113,7 +112,7 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v1.0.1-38cd089
image: fluidcloudnative/juicefsruntime-controller:v1.0.1-620babc
fuse:
ceimage: juicedata/juicefs-fuse:ce-v1.1.0-rc1
eeimage: juicedata/juicefs-fuse:ee-4.9.16
Expand All @@ -123,7 +122,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v1.0.1-38cd089
image: fluidcloudnative/thinruntime-controller:v1.0.1-620babc
fuse:
configStorage: configmap
efc:
Expand All @@ -132,7 +131,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v1.0.1-38cd089
image: fluidcloudnative/efcruntime-controller:v1.0.1-620babc
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -149,7 +148,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/vineyardruntime-controller:v1.0.1-38cd089
image: fluidcloudnative/vineyardruntime-controller:v1.0.1-620babc
imagePullPolicy: Always
master:
image: registry.aliyuncs.com/vineyard/vineyardd:v0.22.2
Expand All @@ -160,7 +159,7 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v1.0.1-38cd089
image: fluidcloudnative/fluid-webhook:v1.0.1-620babc
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand Down Expand Up @@ -204,10 +203,12 @@ webhook:
required:
- fluid.io/node
fluidapp:
enabled: true
replicas: 1
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/application-controller:v1.0.1-38cd089
image: fluidcloudnative/application-controller:v1.0.1-620babc
featureGates: "DataflowAffinity=false"

0 comments on commit f0e9ab5

Please sign in to comment.