Skip to content

Commit

Permalink
Update helm-chart-fluid-0.9.3, To #53185550
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang committed Mar 13, 2024
1 parent a15ed05 commit 8bee210
Show file tree
Hide file tree
Showing 38 changed files with 102 additions and 17,010 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.23
version: 0.9.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.0-bbab38c
appVersion: 0.9.3-e0184cf
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
200 changes: 0 additions & 200 deletions charts/fluid/crds/data.fluid.io_alluxioruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4246,200 +4246,6 @@ spec:
description: Endpoint for accessing
type: string
type: object
cacheAffinity:
description: CacheAffinity represents the runtime worker pods node
affinity including node selector
properties:
preferredDuringSchedulingIgnoredDuringExecution:
description: The scheduler will prefer to schedule pods to nodes
that satisfy the affinity expressions specified by this field,
but it may choose a node that violates one or more of the expressions.
The node that is most preferred is the one with the greatest
sum of weights, i.e. for each node that meets all of the scheduling
requirements (resource request, requiredDuringScheduling affinity
expressions, etc.), compute a sum by iterating through the elements
of this field and adding "weight" to the sum if the node matches
the corresponding matchExpressions; the node(s) with the highest
sum are the most preferred.
items:
description: An empty preferred scheduling term matches all
objects with implicit weight 0 (i.e. it's a no-op). A null
preferred scheduling term matches no objects (i.e. is also
a no-op).
properties:
preference:
description: A node selector term, associated with the corresponding
weight.
properties:
matchExpressions:
description: A list of node selector requirements by
node's labels.
items:
description: A node selector requirement is a selector
that contains values, a key, and an operator that
relates the key and values.
properties:
key:
description: The label key that the selector applies
to.
type: string
operator:
description: Represents a key's relationship to
a set of values. Valid operators are In, NotIn,
Exists, DoesNotExist. Gt, and Lt.
type: string
values:
description: An array of string values. If the
operator is In or NotIn, the values array must
be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. If the operator
is Gt or Lt, the values array must have a single
element, which will be interpreted as an integer.
This array is replaced during a strategic merge
patch.
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchFields:
description: A list of node selector requirements by
node's fields.
items:
description: A node selector requirement is a selector
that contains values, a key, and an operator that
relates the key and values.
properties:
key:
description: The label key that the selector applies
to.
type: string
operator:
description: Represents a key's relationship to
a set of values. Valid operators are In, NotIn,
Exists, DoesNotExist. Gt, and Lt.
type: string
values:
description: An array of string values. If the
operator is In or NotIn, the values array must
be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. If the operator
is Gt or Lt, the values array must have a single
element, which will be interpreted as an integer.
This array is replaced during a strategic merge
patch.
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
type: object
weight:
description: Weight associated with matching the corresponding
nodeSelectorTerm, in the range 1-100.
format: int32
type: integer
required:
- preference
- weight
type: object
type: array
requiredDuringSchedulingIgnoredDuringExecution:
description: If the affinity requirements specified by this field
are not met at scheduling time, the pod will not be scheduled
onto the node. If the affinity requirements specified by this
field cease to be met at some point during pod execution (e.g.
due to an update), the system may or may not try to eventually
evict the pod from its node.
properties:
nodeSelectorTerms:
description: Required. A list of node selector terms. The
terms are ORed.
items:
description: A null or empty node selector term matches
no objects. The requirements of them are ANDed. The TopologySelectorTerm
type implements a subset of the NodeSelectorTerm.
properties:
matchExpressions:
description: A list of node selector requirements by
node's labels.
items:
description: A node selector requirement is a selector
that contains values, a key, and an operator that
relates the key and values.
properties:
key:
description: The label key that the selector applies
to.
type: string
operator:
description: Represents a key's relationship to
a set of values. Valid operators are In, NotIn,
Exists, DoesNotExist. Gt, and Lt.
type: string
values:
description: An array of string values. If the
operator is In or NotIn, the values array must
be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. If the operator
is Gt or Lt, the values array must have a single
element, which will be interpreted as an integer.
This array is replaced during a strategic merge
patch.
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
matchFields:
description: A list of node selector requirements by
node's fields.
items:
description: A node selector requirement is a selector
that contains values, a key, and an operator that
relates the key and values.
properties:
key:
description: The label key that the selector applies
to.
type: string
operator:
description: Represents a key's relationship to
a set of values. Valid operators are In, NotIn,
Exists, DoesNotExist. Gt, and Lt.
type: string
values:
description: An array of string values. If the
operator is In or NotIn, the values array must
be non-empty. If the operator is Exists or DoesNotExist,
the values array must be empty. If the operator
is Gt or Lt, the values array must have a single
element, which will be interpreted as an integer.
This array is replaced during a strategic merge
patch.
items:
type: string
type: array
required:
- key
- operator
type: object
type: array
type: object
type: array
required:
- nodeSelectorTerms
type: object
type: object
cacheStates:
additionalProperties:
type: string
Expand Down Expand Up @@ -4581,12 +4387,8 @@ spec:
name:
description: The name of required secret
type: string
required:
- name
type: object
type: object
required:
- name
type: object
type: array
mountPoint:
Expand Down Expand Up @@ -4614,8 +4416,6 @@ spec:
shared:
description: 'Optional: Defaults to false (shared).'
type: boolean
required:
- mountPoint
type: object
type: array
selector:
Expand Down
48 changes: 0 additions & 48 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 All @@ -113,11 +88,6 @@ spec:
- uid
- user
type: object
ttlSecondsAfterFinished:
description: TTLSecondsAfterFinished is the time second to clean up
data operations after finished or failed
format: int32
type: integer
type: object
status:
description: OperationStatus defines the observed state of operation
Expand Down Expand Up @@ -165,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
Loading

0 comments on commit 8bee210

Please sign in to comment.