Skip to content

Commit

Permalink
Merge pull request #5 from cheyang/helm-chart-fluid-0.9.0-alpha.2
Browse files Browse the repository at this point in the history
Helm chart fluid 0.9.0 alpha.2
  • Loading branch information
cheyang authored Mar 5, 2023
2 parents 425e936 + b75e920 commit 95ffc51
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 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: 0.9.0-alpha.1
version: 0.9.0-alpha.2

# 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: 0.9.0-de4644e
appVersion: 0.9.0-ad4832d
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
4 changes: 4 additions & 0 deletions charts/fluid/crds/data.fluid.io_datamigrates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ metadata:
spec:
group: data.fluid.io
names:
categories:
- fluid
kind: DataMigrate
listKind: DataMigrateList
plural: datamigrates
shortNames:
- migrate
singular: datamigrate
scope: Namespaced
versions:
Expand Down
5 changes: 0 additions & 5 deletions charts/fluid/crds/data.fluid.io_datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,11 +412,6 @@ spec:
this Dataset. This is mainly used as a lock to prevent concurrent
DataLoad jobs. Deprecated, use OperationRef instead
type: string
dataMigrateRef:
description: DataMigrateRef specifies the running DataMigrate job
that targets this Dataset. This is mainly used as a lock to prevent
concurrent DataMigrate jobs.
type: string
datasetRef:
description: DatasetRef specifies the datasets namespaced name mounting
this Dataset.
Expand Down
28 changes: 14 additions & 14 deletions charts/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

workdir: /tmp
crdUpgrade:
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-de4644e
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-ad4832d

image:
imagePullSecrets: []

dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.9.0-de4644e
image: fluidcloudnative/dataset-controller:v0.9.0-ad4832d

csi:
featureGates: "FuseRecovery=false"
Expand All @@ -21,7 +21,7 @@ csi:
registrar:
image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v2.3.0-038aeb6-aliyun
plugins:
image: fluidcloudnative/fluid-csi:v0.9.0-de4644e
image: fluidcloudnative/fluid-csi:v0.9.0-ad4832d
kubelet:
rootDir: /var/lib/kubelet
pruneFs: fuse.alluxio-fuse,fuse.jindofs-fuse,fuse.juicefs,fuse.goosefs-fuse,ossfs,alifuse.aliyun-alinas-eac
Expand All @@ -37,9 +37,9 @@ runtime:
portAllocatePolicy: random
enabled: false
init:
image: fluidcloudnative/init-users:v0.9.0-de4644e
image: fluidcloudnative/init-users:v0.9.0-ad4832d
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-de4644e
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-ad4832d
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -57,21 +57,21 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.5.2
controller:
image: fluidcloudnative/jindoruntime-controller:v0.9.0-de4644e
image: fluidcloudnative/jindoruntime-controller:v0.9.0-ad4832d
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.9.0-de4644e
image: fluidcloudnative/init-users:v0.9.0-ad4832d
goosefs:
replicas: 1
runtimeWorkers: 3
portRange: 26000-32000
portAllocatePolicy: random
enabled: false
init:
image: fluidcloudnative/init-users:v0.9.0-de4644e
image: fluidcloudnative/init-users:v0.9.0-ad4832d
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-de4644e
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-ad4832d
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -80,19 +80,19 @@ runtime:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-de4644e
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-ad4832d
fuse:
image: juicedata/juicefs-fuse:v1.0.0-4.8.0
thin:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v0.9.0-de4644e
image: fluidcloudnative/thinruntime-controller:v0.9.0-ad4832d
eac:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/eacruntime-controller:v0.9.0-de4644e
image: fluidcloudnative/eacruntime-controller:v0.9.0-ad4832d
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v0.1.0-196d2b1
Expand All @@ -105,12 +105,12 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.9.0-de4644e
image: fluidcloudnative/fluid-webhook:v0.9.0-ad4832d
replicas: 1
timeoutSeconds: 15

fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.9.0-de4644e
image: fluidcloudnative/application-controller:v0.9.0-ad4832d

0 comments on commit 95ffc51

Please sign in to comment.