Refactor FleetDM Stack Helm chart: remove MySQL and Redis dependencies, update values.yaml to use built-in Fleet subcharts, add logo image, and adjust Helm install timeout in Makefile.

This commit is contained in:
2026-02-19 16:26:11 +00:00
parent cd358ce28a
commit 8583d25aa3
8 changed files with 40 additions and 78 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ install: deps
@echo "Installing FleetDM stack..."
helm upgrade --install $(RELEASE_NAME) fleetdm-stack/ \
--namespace $(NAMESPACE) \
--wait
--wait --timeout 15m
@echo "Installation complete. Run 'make verify' to check status."
uninstall: