Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #42 from microsoft/helm3-in-bikes-workflow
Browse files Browse the repository at this point in the history
Update Bikes workflow to use Helm 3 for bake command
  • Loading branch information
greenie-msft authored Oct 2, 2020
2 parents fe82b03 + caf8951 commit ceaa670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bikes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
echo ::set-output name=result::$release
- uses: azure/k8s-bake@v1
with:
renderEngine: 'helm2'
renderEngine: 'helm'
helm-version: 'v3.3.1'
helmChart: './samples/BikeSharingApp/Bikes/charts/bikes/'
releaseName: ${{steps.generate-release-name.outputs.result}}
overrides: |
Expand Down

0 comments on commit ceaa670

Please sign in to comment.