fix(tests): use GHCR for install tests (#1461)
* fix(tests): use GHCR for install tests * bump jackett to test ci * also use ghcr.io for other tests * actually process all yaml files to ghcr, not just values.yaml
This commit is contained in:
committed by
GitHub
parent
91ccfe2631
commit
52aecf1094
@@ -106,4 +106,4 @@ jobs:
|
||||
version: v1.19
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --config .github/ct-install.yaml --charts 'charts/library/common-test'
|
||||
run: find ./charts/library/common-test -type f -name *.yaml -exec sed -i 's/tccr.io/ghcr.io/gI' {} \; && ct install --config .github/ct-install.yaml --charts 'charts/library/common-test'
|
||||
|
||||
Reference in New Issue
Block a user