Skip to content

Commit 75d82f3

Browse files
committed
reorganize helm charts for chart-releaser GH action
Signed-off-by: Lance-Drane <[email protected]>
1 parent fc41141 commit 75d82f3

30 files changed

+3
-12
lines changed

.github/workflows/helm-release.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,14 @@ on:
55
branches:
66
- "main"
77
paths:
8-
- "broker-2-http/chart/**"
9-
- "http-2-broker/chart/**"
8+
- "charts/**"
109
workflow_dispatch:
1110

1211
jobs:
1312
helm-release:
1413
runs-on: ubuntu-latest
1514
permissions:
1615
contents: write
17-
strategy:
18-
matrix:
19-
include:
20-
- chart_dir: broker-2-http/chart/
21-
app_name: broker-2-http
22-
- chart_dir: http-2-broker/chart/
23-
app_name: http-2-broker
2416

2517
steps:
2618
- uses: actions/checkout@v4
@@ -41,9 +33,9 @@ jobs:
4133
run: |
4234
helm repo add bitnami https://charts.bitnami.com/bitnami
4335
44-
- name: Run chart-releaser for ${{ matrix.app_name }}
36+
- name: Run chart-releaser for all applications
4537
uses: helm/[email protected]
4638
env:
4739
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4840
with:
49-
charts_dir: ${{ matrix.chart_dir }}
41+
charts_dir: charts
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)