Skip to content

Commit d0ca187

Browse files
authored
Update Chart.yaml (#16)
1 parent acf7344 commit d0ca187

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

charts/alerta-web/Chart.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ apiVersion: v2
22
appVersion: "8.7.0"
33
description: A Helm chart for Kubernetes
44
name: alerta-web
5-
version: 0.1.0
5+
version: 0.1.1
66
home: https://github.com/hayk96/alerta-web
7+
icon: https://raw.githubusercontent.com/hayk96/alerta-web/main/logo/mstile-310x310.png.png
78
dependencies:
89
- name: postgresql
910
version: "10.16.2"

charts/alerta-web/README.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# alerta-web
2+
3+
Installs the Alerta Web UI and dependent database in Kubernetes.
4+
5+
## Get Helm Repository Info
6+
7+
```console
8+
helm repo add alerta-web https://hayk96.github.io/alerta-web
9+
helm repo update
10+
```
11+
12+
_See [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for command documentation._
13+
14+
## Install Helm Chart
15+
16+
```console
17+
helm install [RELEASE_NAME] alerta-web/alerta-web
18+
```
19+
20+
_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._
21+
22+
## Dependencies
23+
24+
By default this chart installs additional, dependent chart:
25+
26+
- [bitnami/postgresql](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
27+
28+
_See [helm dependency](https://helm.sh/docs/helm/helm_dependency/) for command documentation._
29+
30+
## Uninstall Helm Chart
31+
32+
```console
33+
helm uninstall [RELEASE_NAME]
34+
```
35+
36+
This removes all the Kubernetes components associated with the chart and deletes the release.
37+
38+
_See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation._
39+
40+
## Upgrading Chart
41+
42+
```console
43+
helm upgrade [RELEASE_NAME] alerta-web/alerta-web
44+
```

0 commit comments

Comments
 (0)