mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-22 02:41:24 +00:00
Signed-off-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com> Co-authored-by: Andrei Kvapil <kvapss@gmail.com> Co-authored-by: Nikita <166552198+nbykov0@users.noreply.github.com> Co-authored-by: Kingdon Barrett <kingdon+notify@tuesdaystudios.com> Co-authored-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
13 lines
329 B
Makefile
13 lines
329 B
Makefile
NAME=fluxcd-operator
|
|
NAMESPACE=cozy-fluxcd
|
|
|
|
include ../../../scripts/package-system.mk
|
|
|
|
apply-locally:
|
|
helm upgrade -i -n $(NAMESPACE) $(NAME) .
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm pull oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator --untar --untardir charts
|
|
patch --no-backup-if-mismatch -p1 < patches/kubernetesEnvs.diff
|