Skip to content

Commit

Permalink
Merge pull request #68 from cheyang/helm-chart-fluid-1.0.2-alpha.3
Browse files Browse the repository at this point in the history
Add helm-chart-fluid-1.0.2-alpha.3
  • Loading branch information
cheyang authored Aug 21, 2024
2 parents 995757a + 5609f77 commit 5a3301b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 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.2
version: 1.0.2-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.2-5c995bd
appVersion: 1.0.2-7e23100
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
1 change: 0 additions & 1 deletion charts/fluid/crds/data.fluid.io_alluxioruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,6 @@ spec:
metadata when setting up the runtime. If not set,
properties:
autoSync:
default: true
description: AutoSync enables automatic metadata sync when
setting up a runtime. If not set, it defaults to true.
type: boolean
Expand Down
1 change: 0 additions & 1 deletion charts/fluid/crds/data.fluid.io_thinruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ spec:
metadata when setting up the runtime. If not set,
properties:
autoSync:
default: true
description: AutoSync enables automatic metadata sync when
setting up a runtime. If not set, it defaults to true.
type: boolean
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.2-5c995bd
version: &defaultVersion v1.0.2-7e23100

crdUpgrade:
enabled: true
Expand Down

0 comments on commit 5a3301b

Please sign in to comment.