Compare commits

...

6 Commits

Author SHA1 Message Date
d766d3ff78 Update helm/chart-testing-action action to v2.8.0
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 40s
2025-11-10 23:34:54 +00:00
7ca61d22a9 downgrade
All checks were successful
renovate / renovate (push) Successful in 54s
2025-11-10 17:34:13 -06:00
1f5bbe4536 pin
All checks were successful
renovate / renovate (push) Successful in 41s
2025-11-10 17:31:06 -06:00
db7b019e7f update version
All checks were successful
renovate / renovate (push) Successful in 33s
2025-11-10 17:23:58 -06:00
c1229130a9 pin yamale version
All checks were successful
renovate / renovate (push) Successful in 32s
2025-11-10 17:22:12 -06:00
2e4547d89f downgrade python
All checks were successful
renovate / renovate (push) Successful in 1m21s
2025-11-10 17:15:43 -06:00

View File

@@ -20,11 +20,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.14"
python-version: '3.13.7'
check-latest: true
- name: Set up Chart Testing
uses: helm/chart-testing-action@v2.7.0
uses: helm/chart-testing-action@v2.8.0
- name: Run Chart Testing (list-changed)
id: list-changed