Skip to content

Commit

Permalink
Merge pull request #1405 from mrueg/helm-cd
Browse files Browse the repository at this point in the history
.github: Update helm chart workflows
  • Loading branch information
k8s-ci-robot committed Mar 29, 2021
2 parents 7055250 + 3d1585a commit 658fd9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.2.0
with:
charts_dir: charts
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.1
version: v3.5.2

# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
Expand Down

0 comments on commit 658fd9b

Please sign in to comment.