Skip to content

Commit 4f7a63b

Browse files
committed
Add dependent haproxy rpo
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
1 parent fb06380 commit 4f7a63b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/on-push-master-publish-chart.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
git config user.name "$GITHUB_ACTOR"
2727
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2828
29+
# We need cert-manager already installed in the cluster because we assume the CRDs exist
30+
- name: Add haproxy repo
31+
run: |
32+
helm repo add haprox https://haproxytech.github.io/helm-charts --force-update
33+
if: steps.list-changed.outputs.changed == 'true'
34+
2935
- name: Run chart-releaser
3036
uses: helm/chart-releaser-action@v1.1.0
3137
env:

0 commit comments

Comments
 (0)