Skip to content

Commit

Permalink
upgrade CI components to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpSy committed Dec 1, 2022
1 parent ec86a15 commit aa1e6a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.6.3
version: v3.10.0

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.9

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0
uses: helm/chart-testing-action@v2.3.1

- name: Run chart-testing (lint)
run: ct lint --config .github/ct-config.yaml

7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Release Charts

concurrency:
group: release
on:
push:
branches:
- main
paths:
- charts/**
workflow_dispatch:

jobs:
release:
Expand All @@ -24,9 +27,9 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.6.3
version: v3.10.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.4.1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit aa1e6a9

Please sign in to comment.