Compare commits

...

2 Commits

Author SHA1 Message Date
fa97a35eb8 Update helm/chart-testing-action action to v2.8.0
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 23s
2025-11-11 05:30:33 +00:00
7e41a17ab6 downgrade priority
All checks were successful
renovate / renovate (push) Successful in 52s
2025-11-10 23:29:26 -06:00

View File

@@ -23,7 +23,7 @@ jobs:
python-version: '3.14'
- name: Set up Chart Testing
uses: helm/chart-testing-action@v2.7.0
uses: helm/chart-testing-action@v2.8.0
with:
yamale_version: "6.0.0"
@@ -46,7 +46,7 @@ jobs:
url: '${{ secrets.NTFY_URL }}'
topic: '${{ secrets.NTFY_TOPIC }}'
title: 'Test Failure - Helm Charts'
priority: 4
priority: 3
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
tags: action,failed
details: 'Tests have failed for Helm Charts'