File tree 2 files changed +46
-1
lines changed
2 files changed +46
-1
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ apiVersion: v2
2
2
appVersion : " 8.7.0"
3
3
description : A Helm chart for Kubernetes
4
4
name : alerta-web
5
- version : 0.1.0
5
+ version : 0.1.1
6
6
home : https://github.com/hayk96/alerta-web
7
+ icon : https://raw.githubusercontent.com/hayk96/alerta-web/main/logo/mstile-310x310.png.png
7
8
dependencies :
8
9
- name : postgresql
9
10
version : " 10.16.2"
Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments