Skip to content

Commit

Permalink
add helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro committed Aug 24, 2023
1 parent b5cb6e1 commit 68126ea
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,30 @@ jobs:
push: true
tags: ghcr.io/telekom-mms/docker-trivy-dojo-operator:latest
if: github.ref == 'refs/heads/main'
helm:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0

- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.8.1

- name: Install helm plugin
run: |
helm plugin install https://github.com/sstarcher/helm-release
- name: Update Chart.yaml
run: |
helm release charts/ --skip-application-version
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: .
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 68126ea

Please sign in to comment.