Skip to content

Commit

Permalink
Merge pull request #33 from cheyang/helm-chart-fluid-0.9.2
Browse files Browse the repository at this point in the history
Update 0.9.2
  • Loading branch information
cheyang authored Oct 2, 2023
2 parents b31eb35 + ff363d8 commit e602034
Show file tree
Hide file tree
Showing 26 changed files with 91 additions and 9,679 deletions.
3 changes: 1 addition & 2 deletions charts/fluid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@
* Support pass image pull secrets from fluid charts to alluxioruntime controller
* Fix components rbacs and set Fluid CSI Plugin with node-authorized kube-client

### 1.0.0
### 0.9.1
* Fix CSI Plugin loop mount bug
* Make toleration configurable
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.5
version: 0.9.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.0-b402b33
appVersion: 0.9.2-02f70ac
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
43 changes: 0 additions & 43 deletions charts/fluid/crds/data.fluid.io_databackups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,31 +65,6 @@ spec:
dataset:
description: Dataset defines the target dataset of the DataBackup
type: string
runAfter:
description: Specifies that the preceding operation in a workflow
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
runAs:
description: Manage the user to run Alluxio DataBackup
properties:
Expand Down Expand Up @@ -160,27 +135,9 @@ spec:
type: string
description: Infos operation customized name-value
type: object
lastScheduleTime:
description: LastScheduleTime is the last time the cron operation
was scheduled
format: date-time
type: string
lastSuccessfulTime:
description: LastSuccessfulTime is the last time the cron operation
successfully completed
format: date-time
type: string
phase:
description: Phase describes current phase of operation
type: string
waitingFor:
description: WaitingStatus stores information about waiting operation.
properties:
operationComplete:
description: OperationComplete indicates if the preceding operation
is complete
type: boolean
type: object
required:
- conditions
- duration
Expand Down
55 changes: 0 additions & 55 deletions charts/fluid/crds/data.fluid.io_dataloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -918,43 +918,6 @@ spec:
description: Labels are labels of pod specification
type: object
type: object
policy:
default: Once
description: including Once, Cron, OnEvent
enum:
- Once
- Cron
- OnEvent
type: string
runAfter:
description: Specifies that the preceding operation in a workflow
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
schedule:
description: The schedule in Cron format, only set when policy is
cron, see https://en.wikipedia.org/wiki/Cron.
type: string
schedulerName:
description: SchedulerName sets the scheduler to be used for DataLoad
pod
Expand Down Expand Up @@ -1062,27 +1025,9 @@ spec:
type: string
description: Infos operation customized name-value
type: object
lastScheduleTime:
description: LastScheduleTime is the last time the cron operation
was scheduled
format: date-time
type: string
lastSuccessfulTime:
description: LastSuccessfulTime is the last time the cron operation
successfully completed
format: date-time
type: string
phase:
description: Phase describes current phase of operation
type: string
waitingFor:
description: WaitingStatus stores information about waiting operation.
properties:
operationComplete:
description: OperationComplete indicates if the preceding operation
is complete
type: boolean
type: object
required:
- conditions
- duration
Expand Down
50 changes: 1 addition & 49 deletions charts/fluid/crds/data.fluid.io_datamigrates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -967,38 +967,8 @@ spec:
type: object
type: object
policy:
default: Once
description: policy for migrate, including Once, Cron, OnEvent
enum:
- Once
- Cron
- OnEvent
description: policy for migrate, including None, Once, Cron, OnEvent
type: string
runAfter:
description: Specifies that the preceding operation in a workflow
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
runtimeType:
description: using which runtime to migrate data; if none, take dataset
runtime as default
Expand Down Expand Up @@ -1155,27 +1125,9 @@ spec:
type: string
description: Infos operation customized name-value
type: object
lastScheduleTime:
description: LastScheduleTime is the last time the cron operation
was scheduled
format: date-time
type: string
lastSuccessfulTime:
description: LastSuccessfulTime is the last time the cron operation
successfully completed
format: date-time
type: string
phase:
description: Phase describes current phase of operation
type: string
waitingFor:
description: WaitingStatus stores information about waiting operation.
properties:
operationComplete:
description: OperationComplete indicates if the preceding operation
is complete
type: boolean
type: object
required:
- conditions
- duration
Expand Down
Loading

0 comments on commit e602034

Please sign in to comment.