Skip to content

Commit

Permalink
Release alerta-web-0.1.6 (#25)
Browse files Browse the repository at this point in the history
* Bump version

Signed-off-by: hayk96 <[email protected]>

* Renamed images

* Updated chart description

* Update Dockerfile

* Removed plugins dir

---------

Signed-off-by: hayk96 <[email protected]>
  • Loading branch information
hayk96 authored Jun 24, 2023
1 parent 9d04f74 commit d87c392
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Alerta Web Docker Image CI

env:
IMAGE_NAME: alerta-web
IMAGE_TAG: 9.0.0
IMAGE_TAG: 9.0.1

on:
pull_request:
Expand Down
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ARG version
FROM alerta/alerta-web:${version}
ARG PIP_PLUGINS_PATH="git+https://github.com/hayk96/alerta-contrib.git#subdirectory=plugins"
LABEL maintainer="Hayk Davtyan"
COPY logo/* /web/
COPY plugins/alerta_prometheus.py /venv/lib/python3.8/site-packages
RUN pip install \
${PIP_PLUGINS_PATH}/prometheus \
${PIP_PLUGINS_PATH}/pagerduty \
${PIP_PLUGINS_PATH}/enhance
COPY logo/* /web/
8 changes: 4 additions & 4 deletions charts/alerta-web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: "9.0.0"
description: A Helm chart for Kubernetes
appVersion: "9.0.1"
description: A Kubernetes Helm chart of Alerta monitoring system
name: alerta-web
version: 0.1.5
version: 0.1.6
home: https://github.com/hayk96/alerta-web
icon: https://raw.githubusercontent.com/hayk96/alerta-web/main/logo/mstile-310x310.png.png
icon: https://raw.githubusercontent.com/hayk96/alerta-web/main/logo/mstile-310x310.png
dependencies:
- name: postgresql
version: "12.2.3"
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
184 changes: 0 additions & 184 deletions plugins/alerta_prometheus.py

This file was deleted.

0 comments on commit d87c392

Please sign in to comment.