Skip to content

Commit 6469332

Browse files
authored
Merge pull request #20 from matthieu-foucault/fix/chart-releaser-workflow
Chart releaser workflow should use `azure/setup-helm@v1`
2 parents bcbff41 + 9ead933 commit 6469332

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/charts-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2323
2424
- name: Install Helm
25-
uses: azure/setup-helm@v2
25+
uses: azure/setup-helm@v1
2626
with:
2727
version: v3.8.2
2828

charts/certbot/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
image:
32
repository: bcgovimages/certbot
43
tag: latest

0 commit comments

Comments
 (0)