Skip to content

Commit

Permalink
Merge pull request #23 from cheyang/helm-chart-fluid-0.9.0-alpha.14
Browse files Browse the repository at this point in the history
Update to alpha.14
  • Loading branch information
cheyang authored May 17, 2023
2 parents ac1fc82 + a06da00 commit 8bf1f1a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.13
version: 0.9.0-alpha.14

# 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-51518dc
appVersion: 0.9.0-66d64fd
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
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,7 +4,7 @@

workdir: /tmp
crdUpgrade:
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-51518dc
image: fluidcloudnative/fluid-crd-upgrader:v0.9.0-66d64fd

## if unspecified, will use built-in variable `.Release.Namespace`.
namespace: fluid-system
Expand All @@ -15,7 +15,7 @@ image:
dataset:
replicas: 1
controller:
image: fluidcloudnative/dataset-controller:v0.9.0-51518dc
image: fluidcloudnative/dataset-controller:v0.9.0-66d64fd

csi:
featureGates: "FuseRecovery=false"
Expand All @@ -24,7 +24,7 @@ csi:
registrar:
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
plugins:
image: fluidcloudnative/fluid-csi:v0.9.0-51518dc
image: fluidcloudnative/fluid-csi:v0.9.0-66d64fd
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -42,9 +42,9 @@ runtime:
portAllocatePolicy: random
enabled: false
init:
image: fluidcloudnative/init-users:v0.9.0-51518dc
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-51518dc
image: fluidcloudnative/alluxioruntime-controller:v0.9.0-66d64fd
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -62,21 +62,21 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.6.7
controller:
image: fluidcloudnative/jindoruntime-controller:v0.9.0-51518dc
image: fluidcloudnative/jindoruntime-controller:v0.9.0-66d64fd
init:
portCheck:
enabled: false
image: fluidcloudnative/init-users:v0.9.0-51518dc
image: fluidcloudnative/init-users:v0.9.0
goosefs:
replicas: 1
runtimeWorkers: 3
portRange: 26000-32000
portAllocatePolicy: random
enabled: false
init:
image: fluidcloudnative/init-users:v0.9.0-51518dc
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-51518dc
image: fluidcloudnative/goosefsruntime-controller:v0.9.0-66d64fd
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -86,19 +86,19 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-51518dc
image: fluidcloudnative/juicefsruntime-controller:v0.9.0-66d64fd
fuse:
image: juicedata/juicefs-fuse:v1.0.4-4.9.2
thin:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v0.9.0-51518dc
image: fluidcloudnative/thinruntime-controller:v0.9.0-66d64fd
efc:
replicas: 1
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v0.9.0-51518dc
image: fluidcloudnative/efcruntime-controller:v0.9.0-66d64fd
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -111,7 +111,7 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v0.9.0-51518dc
image: fluidcloudnative/fluid-webhook:v0.9.0-66d64fd
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand All @@ -120,4 +120,4 @@ fluidapp:
enabled: true
replicas: 1
controller:
image: fluidcloudnative/application-controller:v0.9.0-51518dc
image: fluidcloudnative/application-controller:v0.9.0-66d64fd

0 comments on commit 8bf1f1a

Please sign in to comment.