Skip to content

Commit

Permalink
feat: changes
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste DETROYES <[email protected]>
  • Loading branch information
jdetroyes committed Oct 13, 2024
1 parent 3ece2ea commit 098f751
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/helm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
uses: helm/[email protected]
uses: helm/[email protected]
with:
charts_dir: kubernetes
env:
CR_SKIP_EXISTING: true
CR_GENERATE_RELEASE_NOTES: true
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "{{ .Version }}-helm"

- name: Push to central helm-charts repo
uses: cpina/[email protected]
env:
API_TOKEN_GITHUB: ${{ secrets.HELM_CHARTS_REPO_TOKEN }}
with:
source-directory: "kubernetes/chart"
target-directory: "charts/velero-ui"
destination-github-username: ${{ github.repository_owner }}
destination-repository-name: "helm-charts"
user-email: "[email protected]"
target-branch: main

0 comments on commit 098f751

Please sign in to comment.