README.md version match check (#916)
* README.md version match check Signed-off-by: Kevin Fox <[email protected]> * Fix existing version issues Signed-off-by: Kevin Fox <[email protected]> * Fix existing version issues Signed-off-by: Kevin Fox <[email protected]> --------- Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
@@ -15,6 +15,11 @@ lint-release: ## Lint the charts using chart-testing for release
|
||||
@echo Linting charts…
|
||||
@ct lint --config ct.yaml --target-branch $(TARGET_BRANCH)
|
||||
|
||||
.PHONY: check-readme-versions
|
||||
check-readme-versions: ## Verify chart README version badges match Chart.yaml
|
||||
@echo Checking README version badges…
|
||||
@.github/scripts/check-readme-versions.sh
|
||||
|
||||
##@ Testing: (ensure to run on dedicated test cluster)
|
||||
|
||||
.PHONY: clean-test-leftovers
|
||||
|
||||
Reference in New Issue
Block a user