From 390cb0b4bf56f162e37379a99303e3ff0be0240e Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Tue, 21 Apr 2026 04:02:23 +0000 Subject: [PATCH] fix: remove proxy injection from build pods SSL filtering is off on the proxy. The proxy env vars were causing Docker login failures (proxy intercepting Harbor auth) and pip hash mismatches (proxy caching stale packages). Keep only the CA cert mount for any remaining TLS needs. --- pipelines/woodpecker/kyverno-proxy-ca.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pipelines/woodpecker/kyverno-proxy-ca.yaml b/pipelines/woodpecker/kyverno-proxy-ca.yaml index c8d673c..5ec4102 100644 --- a/pipelines/woodpecker/kyverno-proxy-ca.yaml +++ b/pipelines/woodpecker/kyverno-proxy-ca.yaml @@ -32,14 +32,6 @@ spec: containers: - (name): "*" env: - - name: HTTP_PROXY - value: "http://192.168.42.1:3128" - - name: HTTPS_PROXY - value: "http://192.168.42.1:3128" - - name: NO_PROXY - value: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" - - name: no_proxy - value: "10.0.0.0/8,192.168.0.0/16,127.0.0.1,localhost,.local,.celestium.life" - name: SSL_CERT_FILE value: "/etc/ssl/certs/proxy-ca.crt" volumeMounts: