Skip to content

Commit

Permalink
Merge pull request #40 from cheyang/helm-chart-fluid-1.0.0-alpha.12
Browse files Browse the repository at this point in the history
Update helm-chart-fluid-1.0.0-alpha.12, To #53506158
  • Loading branch information
cheyang authored Dec 1, 2023
2 parents d2c0d84 + 4d52685 commit 3876412
Show file tree
Hide file tree
Showing 7 changed files with 4,088 additions and 14 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.0-alpha.11
version: 1.0.0-alpha.12

# 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.0-95f46e3
appVersion: 1.0.0-11ffb69
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
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 @@ -926,6 +926,33 @@ spec:
- Cron
- OnEvent
type: string
resources:
description: Resources that will be requested by the DataLoad job.
<br>
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute resources
allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Requests describes the minimum amount of compute
resources required. If Requests is omitted for a container,
it defaults to Limits if that is explicitly specified, otherwise
to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
runAfter:
description: Specifies that the preceding operation in a workflow
properties:
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 @@ -974,6 +974,33 @@ spec:
- Cron
- OnEvent
type: string
resources:
description: Resources that will be requested by the DataMigrate job.
<br>
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute resources
allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Requests describes the minimum amount of compute
resources required. If Requests is omitted for a container,
it defaults to Limits if that is explicitly specified, otherwise
to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
runAfter:
description: Specifies that the preceding operation in a workflow
properties:
Expand Down
28 changes: 28 additions & 0 deletions charts/fluid/crds/data.fluid.io_dataprocesses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7609,6 +7609,34 @@ spec:
imageTag:
description: Image tag (e.g. 2.3.0-SNAPSHOT)
type: string
resources:
description: Resources that will be requested by the DataProcess
job. <br>
properties:
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Limits describes the maximum amount of compute
resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Requests describes the minimum amount of
compute resources required. If Requests is omitted for
a container, it defaults to Limits if that is explicitly
specified, otherwise to an implementation-defined value.
More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
type: object
type: object
restartPolicy:
default: Never
description: RestartPolicy specifies the processor job's restart
Expand Down
Loading

0 comments on commit 3876412

Please sign in to comment.