This repository has been archived on 2024-12-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
onechart/Makefile
T
Laszlo Fogas 1485690e2d Release
2020-10-09 15:47:49 +02:00

21 lines
477 B
Makefile

all: lint kubeval test package
lint:
helm lint onechart/
kubeval:
rm -rf manifests && true
mkdir manifests
helm template onechart --output-dir manifests
find manifests/ -name '*.yaml' | xargs kubeval --ignore-missing-schemas -v 1.13.0
find manifests/ -name '*.yaml' | xargs kubeval --ignore-missing-schemas -v 1.18.0
test:
helm unittest onechart
package:
helm package onechart
mv onechart*.tgz docs
helm repo index docs --url https://onechart.github.io/onechart