fix gitignore, add makefile

This commit is contained in:
2024-12-06 18:10:51 +01:00
parent 3f17c9fddd
commit 74f38c4305
3 changed files with 36 additions and 1 deletions

14
charts/nextcloud/Makefile Normal file
View File

@@ -0,0 +1,14 @@
VERSION := $(shell yq -r .version Chart.yaml)
build_only:
helm dependency build
helm package .
cleanup:
rm -r charts
rm nextcloud-${VERSION}.tgz
build: build_only cleanup
push:
helm push nextcloud-${VERSION}.tgz oci://git.djf.lol/davidfrickert/nextcloud