Skip to content

Commit

Permalink
Build docker images for alluxio HA, To #53506158 (fluid-cloudnative#3661
Browse files Browse the repository at this point in the history
)

Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Dec 25, 2023
1 parent 769f0b7 commit fbc6be8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 1.0.0

# 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.0-edc69cf
appVersion: 1.0.0-7221cf3
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
22 changes: 11 additions & 11 deletions charts/fluid/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.0-edc69cf
image: fluidcloudnative/fluid-crd-upgrader:v1.0.0-7221cf3

## 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.0-edc69cf
image: fluidcloudnative/dataset-controller:v1.0.0-7221cf3

csi:
tolerations:
Expand All @@ -36,7 +36,7 @@ csi:
registrar:
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
plugins:
image: fluidcloudnative/fluid-csi:v1.0.0-edc69cf
image: fluidcloudnative/fluid-csi:v1.0.0-7221cf3
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -62,7 +62,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v1.0.0-edc69cf
image: fluidcloudnative/alluxioruntime-controller:v1.0.0-7221cf3
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -83,7 +83,7 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.6.8
controller:
image: fluidcloudnative/jindoruntime-controller:v1.0.0-edc69cf
image: fluidcloudnative/jindoruntime-controller:v1.0.0-7221cf3
init:
portCheck:
enabled: false
Expand All @@ -99,7 +99,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v1.0.0-edc69cf
image: fluidcloudnative/goosefsruntime-controller:v1.0.0-7221cf3
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -111,7 +111,7 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v1.0.0-edc69cf
image: fluidcloudnative/juicefsruntime-controller:v1.0.0-7221cf3
fuse:
ceimage: juicedata/juicefs-fuse:ce-v1.1.0-rc1
eeimage: juicedata/juicefs-fuse:ee-4.9.16
Expand All @@ -121,7 +121,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v1.0.0-edc69cf
image: fluidcloudnative/thinruntime-controller:v1.0.0-7221cf3
fuse:
configStorage: configmap
efc:
Expand All @@ -130,7 +130,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v1.0.0-edc69cf
image: fluidcloudnative/efcruntime-controller:v1.0.0-7221cf3
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -143,7 +143,7 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v1.0.0-edc69cf
image: fluidcloudnative/fluid-webhook:v1.0.0-7221cf3
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand Down Expand Up @@ -190,4 +190,4 @@ fluidapp:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/application-controller:v1.0.0-edc69cf
image: fluidcloudnative/application-controller:v1.0.0-7221cf3

0 comments on commit fbc6be8

Please sign in to comment.