diff --git a/charts/fluid/Chart.yaml b/charts/fluid/Chart.yaml index 72a63e6..d27a336 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.3-alpha.2 +version: 1.0.3-alpha.3 # 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.3-76df4f3 +appVersion: 1.0.3-c84a499 home: https://github.com/fluid-cloudnative/fluid keywords: - category:data diff --git a/charts/fluid/crds/data.fluid.io_databackups.yaml b/charts/fluid/crds/data.fluid.io_databackups.yaml index e291f03..be85c35 100644 --- a/charts/fluid/crds/data.fluid.io_databackups.yaml +++ b/charts/fluid/crds/data.fluid.io_databackups.yaml @@ -76,6 +76,33 @@ spec: description: AffinityStrategy specifies the pod affinity strategy with the referent operation. properties: + dependOn: + description: Specifies the dependent preceding operation in + a workflow. If not set, use the operation referred to by + RunAfter. + properties: + apiVersion: + description: API version of the referent operation + type: string + kind: + description: Kind specifies the type of the referent operation + enum: + - DataLoad + - DataBackup + - DataMigrate + - DataProcess + type: string + name: + description: Name specifies the name of the referent operation + type: string + namespace: + description: Namespace specifies the namespace of the + referent operation. + type: string + required: + - kind + - name + type: object policy: description: 'Policy one of: "", "Require", "Prefer"' type: string diff --git a/charts/fluid/crds/data.fluid.io_dataloads.yaml b/charts/fluid/crds/data.fluid.io_dataloads.yaml index e94288d..ff65e12 100644 --- a/charts/fluid/crds/data.fluid.io_dataloads.yaml +++ b/charts/fluid/crds/data.fluid.io_dataloads.yaml @@ -1054,6 +1054,33 @@ spec: description: AffinityStrategy specifies the pod affinity strategy with the referent operation. properties: + dependOn: + description: Specifies the dependent preceding operation in + a workflow. If not set, use the operation referred to by + RunAfter. + properties: + apiVersion: + description: API version of the referent operation + type: string + kind: + description: Kind specifies the type of the referent operation + enum: + - DataLoad + - DataBackup + - DataMigrate + - DataProcess + type: string + name: + description: Name specifies the name of the referent operation + type: string + namespace: + description: Namespace specifies the namespace of the + referent operation. + type: string + required: + - kind + - name + type: object policy: description: 'Policy one of: "", "Require", "Prefer"' type: string diff --git a/charts/fluid/crds/data.fluid.io_datamigrates.yaml b/charts/fluid/crds/data.fluid.io_datamigrates.yaml index 15da988..f03f869 100644 --- a/charts/fluid/crds/data.fluid.io_datamigrates.yaml +++ b/charts/fluid/crds/data.fluid.io_datamigrates.yaml @@ -1120,6 +1120,33 @@ spec: description: AffinityStrategy specifies the pod affinity strategy with the referent operation. properties: + dependOn: + description: Specifies the dependent preceding operation in + a workflow. If not set, use the operation referred to by + RunAfter. + properties: + apiVersion: + description: API version of the referent operation + type: string + kind: + description: Kind specifies the type of the referent operation + enum: + - DataLoad + - DataBackup + - DataMigrate + - DataProcess + type: string + name: + description: Name specifies the name of the referent operation + type: string + namespace: + description: Namespace specifies the namespace of the + referent operation. + type: string + required: + - kind + - name + type: object policy: description: 'Policy one of: "", "Require", "Prefer"' type: string diff --git a/charts/fluid/crds/data.fluid.io_dataprocesses.yaml b/charts/fluid/crds/data.fluid.io_dataprocesses.yaml index 38e9fd1..5949cb1 100644 --- a/charts/fluid/crds/data.fluid.io_dataprocesses.yaml +++ b/charts/fluid/crds/data.fluid.io_dataprocesses.yaml @@ -9601,6 +9601,33 @@ spec: description: AffinityStrategy specifies the pod affinity strategy with the referent operation. properties: + dependOn: + description: Specifies the dependent preceding operation in + a workflow. If not set, use the operation referred to by + RunAfter. + properties: + apiVersion: + description: API version of the referent operation + type: string + kind: + description: Kind specifies the type of the referent operation + enum: + - DataLoad + - DataBackup + - DataMigrate + - DataProcess + type: string + name: + description: Name specifies the name of the referent operation + type: string + namespace: + description: Namespace specifies the namespace of the + referent operation. + type: string + required: + - kind + - name + type: object policy: description: 'Policy one of: "", "Require", "Prefer"' type: string diff --git a/charts/fluid/crds/data.fluid.io_jindoruntimes.yaml b/charts/fluid/crds/data.fluid.io_jindoruntimes.yaml index c561e37..d798da4 100644 --- a/charts/fluid/crds/data.fluid.io_jindoruntimes.yaml +++ b/charts/fluid/crds/data.fluid.io_jindoruntimes.yaml @@ -151,6 +151,22 @@ spec: additionalProperties: type: string type: object + metrics: + description: Define whether fuse metrics will be enabled. + properties: + enabled: + description: Enabled decides whether to expose client metrics. + type: boolean + scrapeTarget: + description: ScrapeTarget decides which fuse component will + be scraped by Prometheus. + enum: + - "" + - All + - MountPodOnly + - SidecarOnly + type: string + type: object nodeSelector: additionalProperties: type: string diff --git a/charts/fluid/values.yaml b/charts/fluid/values.yaml index 6169cdf..15db66a 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.3-76df4f3 +version: &defaultVersion v1.0.3-c84a499 crdUpgrade: enabled: true