Skip to content

Commit 1bf2b9f

Browse files
authored
Merge pull request #112 from cheyang/helm-chart-fluid-1.1.0-alpha.4
Add helm-chart-fluid-1.1.0-alpha.4
2 parents d30ba53 + cff8198 commit 1bf2b9f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

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.2
17+
version: 1.1.0-alpha.4
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-2abd6b3
21+
appVersion: 1.1.0-6421d480
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-2abd6b3
17+
version: &defaultVersion v1.1.0-6421d480
1818

1919
crdUpgrade:
2020
enabled: true

test/gha-e2e/juicefs/redis.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ spec:
3232
- name: redis
3333
# Pulls the default Redis image from Docker Hub
3434
image: redis
35+
resources:
36+
limits:
37+
memory: 512Mi
3538
ports:
3639
- containerPort: 6379
3740
hostPort: 6379

test/gha-e2e/juicefs/write_job.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ spec:
1616
containers:
1717
- name: write-job
1818
image: busybox
19+
resources:
20+
limits:
21+
ephemeral-storage: "5Gi"
22+
memory: "512Mi"
1923
command: ['sh', '-c', 'mkdir /data/foo && echo helloworld > /data/foo/bar']
2024
volumeMounts:
2125
- name: data-vol

0 commit comments

Comments
 (0)