Skip to content

Commit 8d92059

Browse files
authored
Build docker images for supporting unique hostpath in sidecar mode (#5198)
Signed-off-by: cheyang <[email protected]>
1 parent 3c2ab83 commit 8d92059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/fluid/fluid/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version: 1.0.7
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 1.0.7-7360bc3
21+
appVersion: 1.0.7-3c2ab83
2222
home: https://github.com/fluid-cloudnative/fluid
2323
keywords:
2424
- category:data

charts/fluid/fluid/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
# Default registry, namespace and version tag for images managed by fluid
1515
imagePrefix: &defaultImagePrefix fluidcloudnative
1616
# imagePrefix: &defaultImagePrefix registry.aliyuncs.com/fluid
17-
version: &defaultVersion v1.0.7-7360bc3
17+
version: &defaultVersion v1.0.7-3c2ab83
1818

1919
crdUpgrade:
2020
enabled: true

0 commit comments

Comments
 (0)