From fbc6be8f670af207d571b4a5591e4ff1617ef8c5 Mon Sep 17 00:00:00 2001 From: cheyang Date: Mon, 25 Dec 2023 11:00:05 +0800 Subject: [PATCH] Build docker images for alluxio HA, To #53506158 (#3661) Signed-off-by: cheyang --- charts/fluid/fluid/Chart.yaml | 2 +- charts/fluid/fluid/values.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/fluid/fluid/Chart.yaml b/charts/fluid/fluid/Chart.yaml index fa291c398b6..fb96f5e097a 100644 --- a/charts/fluid/fluid/Chart.yaml +++ b/charts/fluid/fluid/Chart.yaml @@ -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 diff --git a/charts/fluid/fluid/values.yaml b/charts/fluid/fluid/values.yaml index 9d671b6546f..1b073102102 100644 --- a/charts/fluid/fluid/values.yaml +++ b/charts/fluid/fluid/values.yaml @@ -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 @@ -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: @@ -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 @@ -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: @@ -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 @@ -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: @@ -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 @@ -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: @@ -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 @@ -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 @@ -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