From ee0263b365ab0f9f1afd856294b240166e885275 Mon Sep 17 00:00:00 2001 From: jkondrat-sd Date: Thu, 18 Jun 2026 07:18:57 +0000 Subject: [PATCH] chore: replace bitnami images with soldevelo equivalents --- labs/k8s/fil-rouge-troubleshoot/t10.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/k8s/fil-rouge-troubleshoot/t10.yaml b/labs/k8s/fil-rouge-troubleshoot/t10.yaml index e01aaaf..b700354 100644 --- a/labs/k8s/fil-rouge-troubleshoot/t10.yaml +++ b/labs/k8s/fil-rouge-troubleshoot/t10.yaml @@ -55,7 +55,7 @@ spec: serviceAccountName: monitoring-sa containers: - name: kubectl-pod - image: bitnami/kubectl:latest + image: soldevelo/kubectl:latest command: - /bin/bash - -c @@ -101,7 +101,7 @@ spec: serviceAccountName: monitoring-sa containers: - name: kubectl - image: bitnami/kubectl:latest + image: soldevelo/kubectl:latest command: - sleep - "3600"