From 688cbd4ae7faeb2c1a599cb1616ef86fccce0907 Mon Sep 17 00:00:00 2001 From: cheyang Date: Fri, 30 Aug 2024 17:57:29 +0800 Subject: [PATCH] Add helm-chart-fluid-1.0.2, To #57240825 Signed-off-by: cheyang --- charts/fluid/Chart.yaml | 4 ++-- charts/fluid/values.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/fluid/Chart.yaml b/charts/fluid/Chart.yaml index 5859690..0f6b3f5 100644 --- a/charts/fluid/Chart.yaml +++ b/charts/fluid/Chart.yaml @@ -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.2-alpha.3 +version: 1.0.2 # 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.2-7e23100 +appVersion: 1.0.2-41eefb6 home: https://github.com/fluid-cloudnative/fluid keywords: - category:data diff --git a/charts/fluid/values.yaml b/charts/fluid/values.yaml index a4e0f75..84691b7 100644 --- a/charts/fluid/values.yaml +++ b/charts/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.2-7e23100 +version: &defaultVersion v1.0.2-41eefb6 crdUpgrade: enabled: true @@ -240,12 +240,14 @@ webhook: - RequireNodeWithFuse - NodeAffinityWithCache - MountPropagationInjector + - DatasetUsageInjector withoutDataset: - PreferNodesWithoutCache # serverless webhook plugins serverless: withDataset: - FuseSidecar + - DatasetUsageInjector withoutDataset: [] pluginConfig: - name: NodeAffinityWithCache