Skip to content

Commit

Permalink
Bump appVersion and add sizeLimit example
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Salway <jacob.salway@rokt.com>
  • Loading branch information
jacobsalway committed Apr 19, 2024
1 parent 73d7469 commit 7c6b770
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: spark-operator
description: A Helm chart for Spark on Kubernetes operator
version: 1.2.12
appVersion: v1beta2-1.4.3-3.5.0
appVersion: v1beta2-1.4.4-3.5.0
keywords:
- spark
home: https://github.com/kubeflow/spark-operator
Expand Down
2 changes: 1 addition & 1 deletion charts/spark-operator-chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spark-operator

![Version: 1.2.12](https://img.shields.io/badge/Version-1.2.12-informational?style=flat-square) ![AppVersion: v1beta2-1.4.3-3.5.0](https://img.shields.io/badge/AppVersion-v1beta2--1.4.3--3.5.0-informational?style=flat-square)
![Version: 1.2.12](https://img.shields.io/badge/Version-1.2.12-informational?style=flat-square) ![AppVersion: v1beta2-1.4.4-3.5.0](https://img.shields.io/badge/AppVersion-v1beta2--1.4.4--3.5.0-informational?style=flat-square)

A Helm chart for Spark on Kubernetes operator

Expand Down
3 changes: 2 additions & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ spec:
persistentVolumeClaim:
claimName: my-pvc
- name: spark-work
emptyDir: {}
emptyDir:
sizeLimit: 5Gi
driver:
volumeMounts:
- name: spark-work
Expand Down

0 comments on commit 7c6b770

Please sign in to comment.