We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb06380 commit 4f7a63bCopy full SHA for 4f7a63b
1 file changed
.github/workflows/on-push-master-publish-chart.yml
@@ -26,6 +26,12 @@ jobs:
26
git config user.name "$GITHUB_ACTOR"
27
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
28
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
+
35
- name: Run chart-releaser
36
uses: helm/chart-releaser-action@v1.1.0
37
env:
0 commit comments