From 9374daf617e601e6859ffc49c24a0eab4b9fdbd2 Mon Sep 17 00:00:00 2001 From: cheyang Date: Tue, 15 Apr 2025 10:48:26 +0800 Subject: [PATCH] Build docker images for supporting vineyard customization, To #57240825 Signed-off-by: cheyang --- charts/fluid/fluid/Chart.yaml | 2 +- charts/fluid/fluid/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/fluid/fluid/Chart.yaml b/charts/fluid/fluid/Chart.yaml index 65c1bcd35bd..beb0c8ca6e5 100644 --- a/charts/fluid/fluid/Chart.yaml +++ b/charts/fluid/fluid/Chart.yaml @@ -18,7 +18,7 @@ version: 1.0.6 # 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.6-0b77dc2 +appVersion: 1.0.6-f20e1cf 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 26acb0ba64e..7c4c4858c9b 100644 --- a/charts/fluid/fluid/values.yaml +++ b/charts/fluid/fluid/values.yaml @@ -14,7 +14,7 @@ image: # Default registry, namespace and version tag for images managed by fluid imagePrefix: &defaultImagePrefix fluidcloudnative # imagePrefix: &defaultImagePrefix registry.aliyuncs.com/fluid -version: &defaultVersion v1.0.6-0b77dc2 +version: &defaultVersion v1.0.6-f20e1cf crdUpgrade: enabled: true