diff --git a/jsonnet/kube-prometheus/addons/windows-hostprocess.libsonnet b/jsonnet/kube-prometheus/addons/windows-hostprocess.libsonnet index 54d9e6dbed..b042d3642a 100644 --- a/jsonnet/kube-prometheus/addons/windows-hostprocess.libsonnet +++ b/jsonnet/kube-prometheus/addons/windows-hostprocess.libsonnet @@ -67,7 +67,7 @@ local windowsExporter = function(params) { initContainers: [ { name: 'configure-firewall', - image: 'mcr.microsoft.com/windows/powershell:nanoserver-lts', + image: 'mcr.microsoft.com/powershell:nanoserver-lts', resources: we._config.resources, command: [ 'powershell',