From 446052f7a3c9e52d727fedc8cb029ea410cd98af Mon Sep 17 00:00:00 2001 From: RupengLiu Date: Tue, 25 Jan 2022 16:35:58 -0800 Subject: [PATCH] Revert changes to the flb-exporter hash value --- cluster/gce/windows/k8s-node-setup.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/windows/k8s-node-setup.psm1 b/cluster/gce/windows/k8s-node-setup.psm1 index bc2399ebd88..cbba1c8e724 100644 --- a/cluster/gce/windows/k8s-node-setup.psm1 +++ b/cluster/gce/windows/k8s-node-setup.psm1 @@ -1861,7 +1861,7 @@ $LOGGINGEXPORTER_VERSION = 'v0.17.0' $LOGGINGEXPORTER_ROOT = 'C:\flb-exporter' $LOGGINGEXPORTER_SERVICE = 'flb-exporter' $LOGGINGEXPORTER_CMDLINE = '*flb-exporter.exe*' -$LOGGINGEXPORTER_HASH = 'f84bc732c9078421930cf9791c52066a56e692836e13857133d9927a35663a6b' +$LOGGINGEXPORTER_HASH = 'c808c9645d84b06b89932bd707d51a9d1d0b451b5a702a5f9b2b4462c8be6502' # Restart Logging agent or starts it if it is not currently running function Restart-LoggingAgent {