From 95e5ce5b7394d862a6b38ccfdf5c9c36d63ecc9c Mon Sep 17 00:00:00 2001 From: Hector Vido Date: Wed, 17 Jun 2026 14:24:31 -0300 Subject: [PATCH] Added no_proxy for step --- .../deploy-konflux-operator/deploy-konflux-operator-commands.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/step-registry/deploy-konflux-operator/deploy-konflux-operator-commands.sh b/ci-operator/step-registry/deploy-konflux-operator/deploy-konflux-operator-commands.sh index fcef4c76c5c00..e498a6be8fc90 100644 --- a/ci-operator/step-registry/deploy-konflux-operator/deploy-konflux-operator-commands.sh +++ b/ci-operator/step-registry/deploy-konflux-operator/deploy-konflux-operator-commands.sh @@ -29,6 +29,8 @@ function set_proxy () { # cat "${SHARED_DIR}/proxy-conf.sh" echo "source ${SHARED_DIR}/proxy-conf.sh" source "${SHARED_DIR}/proxy-conf.sh" + export no_proxy=mirror.openshift.com,openshift-mirror-list.ci-systems.workers.dev,github.com,registry.stage.redhat.io,registry.redhat.io,registry.ci.openshift.org,quay.io,s3.us-east-1.amazonaws.com + export NO_PROXY=mirror.openshift.com,openshift-mirror-list.ci-systems.workers.dev,github.com,registry.stage.redhat.io,registry.redhat.io,registry.ci.openshift.org,quay.io,s3.us-east-1.amazonaws.com else echo "no proxy setting." fi