Skip to content

Commit

Permalink
update chart-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Aug 7, 2024
1 parent 1c6ac99 commit 38389b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ jobs:
--config ct.yaml
--target-branch ${{ github.event.repository.default_branch }}
--excluded-charts blobscan
--excluded-charts blobscan-web
--excluded-charts blobscan-api
--excluded-charts blobscan-indexer
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ init:
@pre-commit install

lint:
@docker run --rm --workdir /workdir --volume "$(CURRENT_DIR):/workdir" quay.io/helmpack/chart-testing:v3.8.0 ct lint
@docker run --rm --workdir /workdir --volume "$(CURRENT_DIR):/workdir" -u $(UID) -e "HOME=/tmp" quay.io/helmpack/chart-testing:v3.10.0 sh -ac 'chown ${UID} .; exec ct lint --target-branch master'

docs:
@docker run --rm --volume "$(CURRENT_DIR):/helm-docs" -u $(UID) jnorwood/helm-docs:v1.5.0
Expand Down
3 changes: 3 additions & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This is the CT (chart testing) config file
# More infos under https://github.com/helm/chart-testing#configuration
kubectl-timeout: 60s
debug: true
remote: origin
target-branch: master
chart-dirs:
Expand All @@ -8,3 +10,4 @@ check-version-increment: true
lint-conf: lintconf.yaml
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
- blobscan-helm-charts=https://blobscan.github.io/blobscan-helm-charts

0 comments on commit 38389b9

Please sign in to comment.