From b3fb4d273e6fd22c7052391655e3992c685494e3 Mon Sep 17 00:00:00 2001 From: Henrik Meinardus Date: Thu, 27 Jun 2024 18:27:35 +0200 Subject: [PATCH] Fix path to powershell image --- jsonnet/kube-prometheus/addons/windows-hostprocess.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',