Skip to content

Commit

Permalink
feat: argocd custom helm chart values exposed as a release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zaremba-tomasz committed Oct 2, 2023
1 parent 3ea9d06 commit 5993a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
run: |
helm template manifests/bootstrap --set revision=${{ github.ref_name }} > app-of-apps.yaml
./scripts/upload-assets.sh ${{ github.repository }} app-of-apps.yaml ${{ github.ref }}
yq '.argocd-source' ./addons/argocd/values.yaml > argocd-helm-values.yaml
./scripts/upload-assets.sh ${{ github.repository }} argocd-helm-values.yaml ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 5993a6e

Please sign in to comment.