ci: Update Helm / Python

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-02-05 19:57:55 +01:00 committed by GitHub
parent f8cbead63b
commit fbf13879b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -18,14 +18,16 @@ jobs:
fetch-depth: 0
ref: ${{ inputs.checkoutCommit }}
- name: Install Helm
uses: azure/setup-helm@v1
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.0
with:
version: v3.6.3
setup-tools: |
helmv3
helm: 3.8.0
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.10
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0

View File

@ -33,7 +33,7 @@ jobs:
setup-tools: |
helmv3
yq
helm: 3.6.3
helm: 3.8.0
yq: "4.16.2"
- name: Install helm-docs

View File

@ -99,7 +99,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.10
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0