From d6a71953d0f90f1b1ee1b03de03e2279026aa46d Mon Sep 17 00:00:00 2001 From: Melisa Griffin Date: Thu, 25 Jul 2024 18:18:07 +0000 Subject: [PATCH] backport of commit ffa2fd6e5851546e91096accf1e13c639024ce1d --- .changelog/4210.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/4210.txt diff --git a/.changelog/4210.txt b/.changelog/4210.txt new file mode 100644 index 0000000000..37ae8a9776 --- /dev/null +++ b/.changelog/4210.txt @@ -0,0 +1,3 @@ +```release-note:bug +helm: adds imagePullSecret to the gateway-resources job and the gateway-cleanup job, would fail before if the image was in a private registry +```