Skip to content

Commit

Permalink
reorganize helm charts for chart-releaser GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Lance-Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Aug 11, 2024
1 parent fc41141 commit 75d82f3
Show file tree
Hide file tree
Showing 30 changed files with 3 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,14 @@ on:
branches:
- "main"
paths:
- "broker-2-http/chart/**"
- "http-2-broker/chart/**"
- "charts/**"
workflow_dispatch:

jobs:
helm-release:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
matrix:
include:
- chart_dir: broker-2-http/chart/
app_name: broker-2-http
- chart_dir: http-2-broker/chart/
app_name: http-2-broker

steps:
- uses: actions/checkout@v4
Expand All @@ -41,9 +33,9 @@ jobs:
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser for ${{ matrix.app_name }}
- name: Run chart-releaser for all applications
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: ${{ matrix.chart_dir }}
charts_dir: charts
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion http-2-broker/chart/.gitignore

This file was deleted.

0 comments on commit 75d82f3

Please sign in to comment.