You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/07/22 21:38:07 UTC

[solr-operator] branch main updated: Add artifactHub validation in helm-check (#298)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new bd46485  Add artifactHub validation in helm-check (#298)
bd46485 is described below

commit bd46485cafc0524cc3e1680a1e37a5fb50da0e92
Author: Houston Putman <ho...@apache.org>
AuthorDate: Thu Jul 22 17:37:58 2021 -0400

    Add artifactHub validation in helm-check (#298)
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index debdf03..1eec090 100644
--- a/Makefile
+++ b/Makefile
@@ -156,6 +156,8 @@ check-generated:
 
 check-helm:
 	helm lint helm/*
+	# Check that the ArtifactHub Metadata is correct
+	docker run --rm --name artifact-hub-check -v "${PWD}/helm:/etc/helm" artifacthub/ah ah lint -k helm -p /etc/helm
 
 check-mod:
 	rm -rf generated-check