Skip to content

Commit

Permalink
Merge pull request #72 from cheyang/helm-chart-fluid-1.0.3-alpha.3
Browse files Browse the repository at this point in the history
Add helm-chart-fluid-1.0.3-alpha.3, To #58778076
  • Loading branch information
cheyang authored Oct 8, 2024
2 parents 8993640 + ad20e59 commit 725c424
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions charts/fluid/crds/data.fluid.io_databackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions charts/fluid/crds/data.fluid.io_dataloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions charts/fluid/crds/data.fluid.io_datamigrates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions charts/fluid/crds/data.fluid.io_dataprocesses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions charts/fluid/crds/data.fluid.io_jindoruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 725c424

Please sign in to comment.