-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(helm): Improve the chart doc and migrate to SemVer versioning (#58
- Loading branch information
1 parent
e0b56dc
commit 3ea2c4f
Showing
2 changed files
with
82 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
apiVersion: v2 | ||
name: spark-on-k8s | ||
description: A Helm chart for spark-on-k8s API and Web UI. | ||
description: | | ||
A Helm chart for spark-on-k8s API and Web UI. | ||
To deploy the spark-on-k8s API and Web UI, use the following command: | ||
```bash | ||
helm repo add spark-on-k8s https://hussein.awala.fr/spark-on-k8s-chart | ||
helm repo update | ||
helm install <release-name> spark-on-k8s/spark-on-k8s --values <path-to-values-file> | ||
``` | ||
type: application | ||
version: 0.1.0 | ||
appVersion: "0.0.1" | ||
version: 0.3.0 | ||
appVersion: 0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters