Skip to content

Commit

Permalink
chore(workflow): Add extra repository for chart testing
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Jun 1, 2023
1 parent 613d725 commit b07270b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
set -euo pipefail
ct lint \
--charts helm/kube-image-keeper \
--chart-repos bitnami=https://charts.bitnami.com/bitnami \
--validate-maintainers=false --check-version-increment=false
build:
Expand Down Expand Up @@ -211,6 +212,7 @@ jobs:
set -euo pipefail
ct lint \
--charts helm/kube-image-keeper \
--chart-repos bitnami=https://charts.bitnami.com/bitnami \
--validate-maintainers=false --check-version-increment=false
# Need wait for the next release with flag --skip-clean-up
Expand Down

0 comments on commit b07270b

Please sign in to comment.