Skip to content

Commit

Permalink
Merge pull request #50 from aslafy-z/patch-1
Browse files Browse the repository at this point in the history
chore(ci): release calert helm charts
  • Loading branch information
mr-karan committed Apr 27, 2023
2 parents c92b2bb + b8574a5 commit 52af2f4
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 13 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,23 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

helmreleaser:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@v1.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: contrib/helm
branch: gh-pages
target_dir: charts
app_version: ${{ github.ref_name }}
chart_version: ${{ github.ref_name }}
12 changes: 0 additions & 12 deletions contrib/helm/Chart.yaml

This file was deleted.

File renamed without changes.
20 changes: 20 additions & 0 deletions contrib/helm/calert/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: v2
name: calert
version: 0.0.0-dev
description: A Helm chart for the calert which uses Alertmanager webhook receiver to receive alerts payload, and pushes this data to Google Chat webhook endpoint.
type: application
keywords:
- monitoring
- alerting
- prometheus
- alertmanager
- alertmanager-webhook
- google-chat
home: https://github.com/mr-karan/calert
sources:
- https://github.com/mr-karan/calert
maintainers:
- name: Karan Sharma
email: hello@mrkaran.dev
url: https://github.com/mr-karan
appVersion: 0.0.0-dev
2 changes: 1 addition & 1 deletion contrib/helm/README.md → contrib/helm/calert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ config:

The following tables lists the configurable parameters of the chart and their default values.

Change the values according to the need of the environment in ``contrib/helm/values.yaml`` file.
Change the values according to the need of the environment in ``contrib/helm/calert/values.yaml`` file.

| Key | Type | Default | Description |
|-----|------|---------|-------------|
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.

0 comments on commit 52af2f4

Please sign in to comment.