This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/linkding/Makefile

11 lines
199 B
Makefile

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