From 9185c53a745132adfc96f3597a3cc86c29078336 Mon Sep 17 00:00:00 2001 From: cheyang Date: Wed, 9 Feb 2022 17:52:56 +0800 Subject: [PATCH] Build docker image for goose, To #37688693 (#1425) Signed-off-by: cheyang --- charts/fluid/fluid/Chart.yaml | 2 +- charts/fluid/fluid/values.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/fluid/fluid/Chart.yaml b/charts/fluid/fluid/Chart.yaml index 3bdee5b6f6c..1fa1f17e25a 100644 --- a/charts/fluid/fluid/Chart.yaml +++ b/charts/fluid/fluid/Chart.yaml @@ -18,7 +18,7 @@ version: 0.7.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: 0.7.0-b10c66a +appVersion: 0.7.0-37a4cd0 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 6a6e83b6b6f..8f1ec051707 100644 --- a/charts/fluid/fluid/values.yaml +++ b/charts/fluid/fluid/values.yaml @@ -6,7 +6,7 @@ workdir: /tmp dataset: controller: - image: fluidcloudnative/dataset-controller:v0.7.0-b10c66a + image: fluidcloudnative/dataset-controller:v0.7.0-37a4cd0 csi: recoverFusePeriod: -1 @@ -15,7 +15,7 @@ csi: registrar: image: registry.aliyuncs.com/acs/csi-node-driver-registrar:v1.2.0 plugins: - image: fluidcloudnative/fluid-csi:v0.7.0-b10c66a + image: fluidcloudnative/fluid-csi:v0.7.0-37a4cd0 kubelet: rootDir: /var/lib/kubelet @@ -28,9 +28,9 @@ runtime: portRange: 20000-26000 enabled: true init: - image: fluidcloudnative/init-users:v0.7.0-b10c66a + image: fluidcloudnative/init-users:v0.7.0-37a4cd0 controller: - image: fluidcloudnative/alluxioruntime-controller:v0.7.0-b10c66a + image: fluidcloudnative/alluxioruntime-controller:v0.7.0-37a4cd0 runtime: image: registry.aliyuncs.com/alluxio/alluxio:release-2.7.2-SNAPSHOT-3714f2b fuse: @@ -44,19 +44,19 @@ runtime: fuse: image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:3.8.0 controller: - image: fluidcloudnative/jindoruntime-controller:v0.7.0-b10c66a + image: fluidcloudnative/jindoruntime-controller:v0.7.0-37a4cd0 init: portCheck: enabled: false - image: fluidcloudnative/init-users:v0.7.0-b10c66a + image: fluidcloudnative/init-users:v0.7.0-37a4cd0 goosefs: runtimeWorkers: 3 portRange: 26000-32000 enabled: false init: - image: fluidcloudnative/init-users:v0.7.0-b10c66a + image: fluidcloudnative/init-users:v0.7.0-37a4cd0 controller: - image: fluidcloudnative/goosefsruntime-controller:v0.7.0-b10c66a + image: fluidcloudnative/goosefsruntime-controller:v0.7.0-37a4cd0 runtime: image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.1.0-kona_jdk11 fuse: @@ -64,12 +64,12 @@ runtime: juicefs: enabled: false controller: - image: fluidcloudnative/juicefsruntime-controller:v0.7.0-b10c66a + image: fluidcloudnative/juicefsruntime-controller:v0.7.0-37a4cd0 fuse: image: juicedata/juicefs-csi-driver:v0.11.0 webhook: enabled: true - image: fluidcloudnative/fluid-webhook:v0.7.0-b10c66a + image: fluidcloudnative/fluid-webhook:v0.7.0-37a4cd0 replicas: 1