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:
kfox1111
2026-08-21 05:22:55 -07:00
committed by GitHub
parent 27026e4657
commit b47ab6c197
9 changed files with 142 additions and 5 deletions
+5
View File
@@ -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