Skip to content

Commit

Permalink
Adding Helm chart release (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayk96 authored Aug 13, 2022
1 parent 8bb9e24 commit 5f9b75d
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# alerta-web
[![Alerta Web Docker Image CI](https://github.com/hayk96/alerta-web/actions/workflows/docker-image.yml/badge.svg)](https://github.com/hayk96/alerta-web/actions/workflows/docker-image.yml)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/alerta-web)](https://artifacthub.io/packages/search?repo=alerta-web)

alerta/alerta-web project with custom modifications

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions helm-charts/Chart.yaml → charts/alerta-web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "8.7.0"
description: A Helm chart for Kubernetes
name: alerta
version: 0.4.0
name: alerta-web
version: 0.1.0
home: https://github.com/hayk96/alerta-web
dependencies:
- name: postgresql
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
remote: origin
target-branch: main
chart-dirs:
- helm-charts
- charts
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
helm-extra-args: --timeout 600s

0 comments on commit 5f9b75d

Please sign in to comment.