diff --git a/cluster/gce/windows/k8s-node-setup.psm1 b/cluster/gce/windows/k8s-node-setup.psm1 index 4cc42b44e87..bf78ef835a6 100644 --- a/cluster/gce/windows/k8s-node-setup.psm1 +++ b/cluster/gce/windows/k8s-node-setup.psm1 @@ -1800,7 +1800,7 @@ function Configure-NodeProblemDetector { # TODO(pjh): move the logging agent code below into a separate # module; it was put here temporarily to avoid disrupting the file layout in # the K8s release machinery. -$LOGGINGAGENT_VERSION = '1.7.6' +$LOGGINGAGENT_VERSION = '1.7.7' $LOGGINGAGENT_ROOT = 'C:\fluent-bit' $LOGGINGAGENT_SERVICE = 'fluent-bit' $LOGGINGAGENT_CMDLINE = '*fluent-bit.exe*'