From b9538e8bb99ecd044b9f43d33330b7b60e89994d Mon Sep 17 00:00:00 2001 From: paulfantom Date: Tue, 7 Jan 2025 19:28:30 +0100 Subject: [PATCH] flux-system: cleanup --- base/flux-system/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 base/flux-system/Makefile diff --git a/base/flux-system/Makefile b/base/flux-system/Makefile deleted file mode 100644 index cbcc05cb6..000000000 --- a/base/flux-system/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -include ../../Makefile.common - -MANIFESTS_DIR=manifests/configs - -.PHONY: version-update -version-update: - # wget -O manifests/podmonitor.yaml https://raw.githubusercontent.com/fluxcd/flux2/main/manifests/monitoring/monitoring-config/podmonitor.yaml - wget -O manifests/install.yaml https://github.com/fluxcd/flux2/releases/latest/download/install.yaml - @echo "fluxcd potentially upgraded" >> "$(shell git rev-parse --show-toplevel)/.version-changelog"