Skip to content

Commit

Permalink
Merge pull request #69 from cheyang/helm-chart-fluid-1.0.2
Browse files Browse the repository at this point in the history
Add helm-chart-fluid-1.0.2
  • Loading branch information
cheyang committed Aug 30, 2024
2 parents 5a3301b + 688cbd4 commit b5b913a
Show file tree
Hide file tree
Showing 2 changed files with 5 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.2-alpha.3
version: 1.0.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.2-7e23100
appVersion: 1.0.2-41eefb6
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
4 changes: 3 additions & 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.2-7e23100
version: &defaultVersion v1.0.2-41eefb6

crdUpgrade:
enabled: true
Expand Down Expand Up @@ -240,12 +240,14 @@ webhook:
- RequireNodeWithFuse
- NodeAffinityWithCache
- MountPropagationInjector
- DatasetUsageInjector
withoutDataset:
- PreferNodesWithoutCache
# serverless webhook plugins
serverless:
withDataset:
- FuseSidecar
- DatasetUsageInjector
withoutDataset: []
pluginConfig:
- name: NodeAffinityWithCache
Expand Down

0 comments on commit b5b913a

Please sign in to comment.