Skip to content

Commit

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

# 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-a3c7b09
appVersion: 1.0.1-38cd089
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
26 changes: 14 additions & 12 deletions charts/fluid/crds/data.fluid.io_vineyardruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ spec:
Fuse. Default is not set.
type: object
image:
description: Image for Vineyard Fuse Default is `vineyardcloudnative/vineyard-fluid-fuse`
description: Image for Vineyard Fuse Default is `registry.aliyuncs.com/vineyard/vineyard-fluid-fuse`
type: string
imagePullPolicy:
description: Image pull policy for Vineyard Fuse Default is `IfNotPresent`
Available values are `Always`, `IfNotPresent`, `Never`
type: string
imageTag:
description: Image Tag for Vineyard Fuse Default is `v0.21.5`
description: Image Tag for Vineyard Fuse Default is `v0.22.2`
type: string
networkMode:
description: Whether to use hostnetwork or not Default is HostNetwork
Expand Down Expand Up @@ -275,18 +275,19 @@ spec:
type: object
image:
description: The image of Vineyard component. For Master, the
default image is `bitnami/etcd` For Worker, the default image
is `vineyardcloudnative/vineyardd` The default container registry
is `docker.io`, you can change it by setting the image field
default image is `registry.aliyuncs.com/vineyard/vineyardd`
For Worker, the default image is `registry.aliyuncs.com/vineyard/vineyardd`
The default container registry is `docker.io`, you can change
it by setting the image field
type: string
imagePullPolicy:
description: The image pull policy of Vineyard component. Default
is `IfNotPresent`.
type: string
imageTag:
description: The image tag of Vineyard component. For Master,
the default image tag is `3.5.10`. For Worker, the default image
tag is `v0.21.5`.
the default image tag is `v0.22.2`. For Worker, the default
image tag is `v0.22.2`.
type: string
networkMode:
description: Whether to use hostnetwork or not Default is HostNetwork
Expand Down Expand Up @@ -3798,18 +3799,19 @@ spec:
type: object
image:
description: The image of Vineyard component. For Master, the
default image is `bitnami/etcd` For Worker, the default image
is `vineyardcloudnative/vineyardd` The default container registry
is `docker.io`, you can change it by setting the image field
default image is `registry.aliyuncs.com/vineyard/vineyardd`
For Worker, the default image is `registry.aliyuncs.com/vineyard/vineyardd`
The default container registry is `docker.io`, you can change
it by setting the image field
type: string
imagePullPolicy:
description: The image pull policy of Vineyard component. Default
is `IfNotPresent`.
type: string
imageTag:
description: The image tag of Vineyard component. For Master,
the default image tag is `3.5.10`. For Worker, the default image
tag is `v0.21.5`.
the default image tag is `v0.22.2`. For Worker, the default
image tag is `v0.22.2`.
type: string
networkMode:
description: Whether to use hostnetwork or not Default is HostNetwork
Expand Down
30 changes: 15 additions & 15 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-a3c7b09
image: fluidcloudnative/fluid-crd-upgrader:v1.0.1-38cd089

## 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.1-a3c7b09
image: fluidcloudnative/dataset-controller:v1.0.1-38cd089
featureGates: "DataflowAffinity=false"

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

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v1.0.1-a3c7b09
image: fluidcloudnative/fluid-webhook:v1.0.1-38cd089
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand Down Expand Up @@ -210,4 +210,4 @@ fluidapp:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/application-controller:v1.0.1-a3c7b09
image: fluidcloudnative/application-controller:v1.0.1-38cd089

0 comments on commit 54f4719

Please sign in to comment.