Skip to content

Commit

Permalink
ci(release): add helm manifests
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Feb 16, 2024
1 parent c3a9a5a commit 5a55de6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
Expand Down Expand Up @@ -68,3 +68,17 @@ jobs:
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

- name: helmify
run: make helm

- name: Chart | Push
uses: appany/[email protected]
with:
name: khaos
repository: ${{ github.repository }}/helm-charts
tag: ${{ steps.tagger.outputs.version-without-v }}
path: charts
registry: ghcr.io
registry_username: ${{ github.repository_owner }}
registry_password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5a55de6

Please sign in to comment.