Skip to content

Commit

Permalink
Releasing static-site
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Mar 30, 2023
1 parent 5f96ab3 commit 6d25c17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ lint:
helm lint charts/onechart/
helm lint charts/cron-job/
helm lint charts/namespaces/
helm lint charts/static-site

kubeval:
rm -rf manifests && true
Expand All @@ -27,6 +28,12 @@ kubeval:
find manifests/ -name '*.yaml' | xargs kubeval --ignore-missing-schemas -v 1.20.0
find manifests/ -name '*.yaml' | xargs kubeval --ignore-missing-schemas -v 1.24.0

rm -rf manifests && true
mkdir manifests
helm template charts/static-site --output-dir manifests
find manifests/ -name '*.yaml' | xargs kubeval --ignore-missing-schemas -v 1.20.0
find manifests/ -name '*.yaml' | xargs kubeval --ignore-missing-schemas -v 1.24.0

test:
helm dependency update charts/onechart
helm unittest charts/onechart
Expand All @@ -50,6 +57,9 @@ package:
helm package charts/namespaces
mv namespaces*.tgz docs

helm package charts/static-site
mv static-site*.tgz docs

helm repo index docs --url https://chart.onechart.dev

debug:
Expand Down

0 comments on commit 6d25c17

Please sign in to comment.