Skip to content

Commit

Permalink
Update Chart.yaml (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayk96 authored Aug 16, 2022
1 parent acf7344 commit d0ca187
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/alerta-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ apiVersion: v2
appVersion: "8.7.0"
description: A Helm chart for Kubernetes
name: alerta-web
version: 0.1.0
version: 0.1.1
home: https://github.com/hayk96/alerta-web
icon: https://raw.githubusercontent.com/hayk96/alerta-web/main/logo/mstile-310x310.png.png
dependencies:
- name: postgresql
version: "10.16.2"
Expand Down
44 changes: 44 additions & 0 deletions charts/alerta-web/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# alerta-web

Installs the Alerta Web UI and dependent database in Kubernetes.

## Get Helm Repository Info

```console
helm repo add alerta-web https://hayk96.github.io/alerta-web
helm repo update
```

_See [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for command documentation._

## Install Helm Chart

```console
helm install [RELEASE_NAME] alerta-web/alerta-web
```

_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._

## Dependencies

By default this chart installs additional, dependent chart:

- [bitnami/postgresql](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)

_See [helm dependency](https://helm.sh/docs/helm/helm_dependency/) for command documentation._

## Uninstall Helm Chart

```console
helm uninstall [RELEASE_NAME]
```

This removes all the Kubernetes components associated with the chart and deletes the release.

_See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation._

## Upgrading Chart

```console
helm upgrade [RELEASE_NAME] alerta-web/alerta-web
```

0 comments on commit d0ca187

Please sign in to comment.