Skip to content

Commit 5588b1f

Browse files
Fix worker volumes in alluxio chart (#2330) (#3191)
* Fix worker volumes in alluxio chart * Update Alluxio helm chart changelog Signed-off-by: dongyun.xzh <[email protected]> Signed-off-by: wangshulin <[email protected]> Co-authored-by: TzZtzt <[email protected]>
1 parent 1278278 commit 5588b1f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/alluxio/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,7 @@
230230
0.9.7
231231

232232
- Support pass image pull secrets from fluid charts to alluxioruntime controller
233+
234+
0.9.8
235+
236+
- Fix worker volumes in Alluxio's helm chart

charts/alluxio/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name: alluxio
1313
apiVersion: v1
1414
description: Open source data orchestration for analytics and machine learning in any cloud.
15-
version: 0.9.7
15+
version: 0.9.8
1616
home: https://www.alluxio.io/
1717
maintainers:
1818
- name: Adit Madan

charts/alluxio/templates/worker/statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@ spec:
340340
claimName: "{{ .name }}"
341341
{{- end }}
342342
{{- end }}
343-
{{- if .Values.master.volumes }}
344-
{{ toYaml .Values.master.volumes | indent 8 }}
343+
{{- if .Values.worker.volumes }}
344+
{{ toYaml .Values.worker.volumes | indent 8 }}
345345
{{- end }}

0 commit comments

Comments
 (0)