mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
ci: Update Helm / Python
This commit is contained in:
parent
f8cbead63b
commit
fbf13879b8
10
.github/workflows/charts-lint.yaml
vendored
10
.github/workflows/charts-lint.yaml
vendored
@ -18,14 +18,16 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ inputs.checkoutCommit }}
|
ref: ${{ inputs.checkoutCommit }}
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Kubernetes tools
|
||||||
uses: azure/setup-helm@v1
|
uses: yokawasa/action-setup-kube-tools@v0.8.0
|
||||||
with:
|
with:
|
||||||
version: v3.6.3
|
setup-tools: |
|
||||||
|
helmv3
|
||||||
|
helm: 3.8.0
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.10
|
||||||
|
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@v2.1.0
|
uses: helm/chart-testing-action@v2.1.0
|
||||||
|
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
setup-tools: |
|
setup-tools: |
|
||||||
helmv3
|
helmv3
|
||||||
yq
|
yq
|
||||||
helm: 3.6.3
|
helm: 3.8.0
|
||||||
yq: "4.16.2"
|
yq: "4.16.2"
|
||||||
|
|
||||||
- name: Install helm-docs
|
- name: Install helm-docs
|
||||||
|
2
.github/workflows/charts-test.yaml
vendored
2
.github/workflows/charts-test.yaml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.10
|
||||||
|
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@v2.1.0
|
uses: helm/chart-testing-action@v2.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user