Skip to content

Commit

Permalink
Merge pull request #20 from matthieu-foucault/fix/chart-releaser-work…
Browse files Browse the repository at this point in the history
…flow

Chart releaser workflow should use `azure/setup-helm@v1`
  • Loading branch information
jujaga authored May 10, 2022
2 parents bcbff41 + 9ead933 commit 6469332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v2
uses: azure/setup-helm@v1
with:
version: v3.8.2

Expand Down
1 change: 0 additions & 1 deletion charts/certbot/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

image:
repository: bcgovimages/certbot
tag: latest
Expand Down

0 comments on commit 6469332

Please sign in to comment.