nlamirault / probes-policy

A Kubewarden policy to check liveness and readiness probes
Other
1 stars 1 forks source link

Generate artifacthub-pkg.yml file from metadata.yml #11

Closed jvanz closed 1 year ago

jvanz commented 1 year ago

Adds new makefile target to update the artifact-pkg.yml file using a recent added command in the kwctl. This command reads the content of the metadata.yml file and generates the artifact-pkg.yml based on that. This change also updates the Github action used in the CI to build, test and release the policy to the latest version v3.1.0. This version uses the latest kwctl command to generate the artifacthub-pkg.yml file from the metadata.yml file.

Fix #10

nlamirault commented 1 year ago

thanks @jvanz