Skip to content

Commit a9a27ac

Browse files
authored
Merge pull request #114 from cheyang/helm-chart-fluid-1.1.0-alpha.6
Add helm-chart-fluid-1.1.0-alpha.6
2 parents 873e64e + e3505f9 commit a9a27ac

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

charts/fluid/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.1.0-alpha.5
17+
version: 1.1.0-alpha.6
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.1.0-8cef970a
21+
appVersion: 1.1.0-b0bdac58
2222
home: https://github.com/fluid-cloudnative/fluid
2323
keywords:
2424
- category:data

charts/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.1.0-8cef970a
17+
version: &defaultVersion v1.1.0-b0bdac58
1818

1919
crdUpgrade:
2020
enabled: true

test/gha-e2e/alluxio/job.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ spec:
1010
containers:
1111
- name: busybox
1212
image: busybox
13+
resources:
14+
limits:
15+
memory: "512Mi"
16+
ephemeral-storage: "5Gi"
1317
command: ["/bin/sh"]
1418
args:
1519
- -c

0 commit comments

Comments
 (0)