From c2ae6ad6e12c5dac12b6aeacca181889f77380b5 Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Thu, 22 Oct 2020 17:31:17 +0100 Subject: [PATCH] chore: Always use UTC for helm repo index building (#848) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4e1b32804..76708b74a 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ stablerepo: $(STABLE_TARGETS) | gh-pages/stable/index.yaml .PHONY: publish publish: export LC_COLLATE := C +publish: export TZ := UTC publish: -git remote add publish $(GIT_REMOTE_URL) &>/dev/null rm -rf gh-pages