build: helm template linkding --namespace=linkding pascaliske/linkding \ -f helm-values.yaml \ > linkding.yaml .PHONY: build update: helm repo update helm search repo linkding .PHONY: update