-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
- Loading branch information
1 parent
8bc5929
commit 2f049a0
Showing
5 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
on: | ||
release: | ||
types: [created] | ||
|
||
permissions: | ||
contents: write | ||
packages: write | ||
|
||
jobs: | ||
changelog-builder: | ||
name: Build Changelog | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Build Changelog | ||
uses: mikepenz/release-changelog-builder-action@v5 | ||
id: builder | ||
with: | ||
mode: "COMMIT" | ||
configurationJson: | | ||
{ | ||
"template": "\n#{{UNCATEGORIZED}}\n" | ||
} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Add Test Report to Release | ||
uses: irongut/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
id: ${{ github.event.release.id }} | ||
replacebody: true | ||
body: | | ||
Downlaod binary according to your needs or use Container image from GitHub packages | ||
## Changelog | ||
${{ steps.builder.outputs.changelog }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
repositoryID: 2cf4ef56-48f7-4b22-92f7-9923b5d0d6d1 | ||
owners: | ||
- name: ParminCloud | ||
email: [email protected] | ||
- name: Muhammed Hussein Karimi | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v2 | ||
name: haproxy-redis-sentinel | ||
description: A Helm chart for HAProxy with Redis Sentinel | ||
version: 0.0.0 | ||
appVersion: "0.0.0" | ||
version: 0.0.1 | ||
appVersion: "0.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
replicaCount: 1 | ||
|
||
fullnameOverride: "" | ||
nameOverride: "" | ||
|
||
haproxy: | ||
image: | ||
repository: docker.io/library/haproxy | ||
|