Skip to content

Commit 67f04fa

Browse files
committed
update chart excalidraw to appVersion 0.0.6
1 parent 91e29ef commit 67f04fa

File tree

2 files changed

+56
-11
lines changed

2 files changed

+56
-11
lines changed

charts/excalidraw/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
version: 0.2.3
8-
appVersion: 0.0.5
7+
version: 0.2.4
8+
appVersion: 0.0.6
99

1010
kubeVersion: ">=1.19.0"
1111

charts/excalidraw/README.md

Lines changed: 54 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# excalidraw
22

3-
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.5](https://img.shields.io/badge/AppVersion-0.0.5-informational?style=flat-square)
3+
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.6](https://img.shields.io/badge/AppVersion-0.0.6-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

7-
**Homepage:** <https://github.com/fullstack-devops/helm-charts/tree/main/charts/excalidraw>
8-
9-
## Maintainers
10-
11-
| Name | Email | Url |
12-
| ---- | ------ | --- |
13-
| eksrha | <[email protected]> | <https://github.com/eksrha> |
7+
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/fullstack-devops/helm-charts/issues/new/choose)**
148

159
## Source Code
1610

@@ -20,7 +14,58 @@ A Helm chart for Kubernetes
2014

2115
## Requirements
2216

23-
Kubernetes: `>=1.19.0`
17+
- Kubernetes: `>=1.19.0`
18+
- Helm 3.2.0+
19+
- PV provisioner support in the underlying infrastructure
20+
21+
## Dependencies
22+
23+
| Repository | Name | Version |
24+
|------------|------|---------|
25+
26+
## TL;DR
27+
28+
```console
29+
helm repo add fs-devops https://fullstack-devops.github.io/helm-charts/
30+
helm repo update
31+
helm install excalidraw fs-devops/excalidraw
32+
```
33+
34+
## Installing the Chart
35+
36+
To install the chart with the release name `excalidraw`
37+
38+
```console
39+
helm install excalidraw fs-devops/excalidraw
40+
```
41+
42+
## Uninstalling the Chart
43+
44+
To uninstall the `excalidraw` deployment
45+
46+
```console
47+
helm uninstall excalidraw
48+
```
49+
50+
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
51+
52+
## Configuration
53+
54+
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
55+
56+
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
57+
58+
```console
59+
helm install excalidraw \
60+
--set env.TZ="America/New York" \
61+
fs-devops/excalidraw
62+
```
63+
64+
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
65+
66+
```console
67+
helm install excalidraw fs-devops/excalidraw -f values.yaml
68+
```
2469

2570
## Values
2671

0 commit comments

Comments
 (0)