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/k8up/Makefile
Tobias Brunner ab98ad2e70
All checks were successful
continuous-integration/drone/push Build is passing
upgrade k8up
2021-05-01 15:36:07 +02:00

11 lines
175 B
Makefile

build:
helm template k8up --namespace=k8up appuio/k8up \
-f k8up-config.yaml \
> k8up.yaml
.PHONY: build
update:
helm repo update
helm search repo k8up
.PHONY: update