diff --git a/components/squid/development/squid-helm-generator.yaml b/components/squid/development/squid-helm-generator.yaml index db020590439..0a3a1fb8cd2 100644 --- a/components/squid/development/squid-helm-generator.yaml +++ b/components/squid/development/squid-helm-generator.yaml @@ -40,5 +40,7 @@ valuesInline: cache: allowList: - ^https://cdn([0-9]{2})?\.quay\.io/.+/sha256/.+/[a-f0-9]{64} + - ^https://s3\.[a-z0-9-]+\.amazonaws\.com/quayio-production-s3/sha256/.+/[a-f0-9]{64} + - ^https://quayio-production-s3\.s3[a-z0-9.-]*\.amazonaws\.com/sha256/.+/[a-f0-9]{64} size: 192 maxObjectSize: 128 diff --git a/components/squid/production/squid-helm-generator.yaml b/components/squid/production/squid-helm-generator.yaml index 6e56b8c03cf..df5565bbeda 100644 --- a/components/squid/production/squid-helm-generator.yaml +++ b/components/squid/production/squid-helm-generator.yaml @@ -41,5 +41,7 @@ valuesInline: cache: allowList: - ^https://cdn([0-9]{2})?\.quay\.io/.+/sha256/.+/[a-f0-9]{64} + - ^https://s3\.[a-z0-9-]+\.amazonaws\.com/quayio-production-s3/sha256/.+/[a-f0-9]{64} + - ^https://quayio-production-s3\.s3[a-z0-9.-]*\.amazonaws\.com/sha256/.+/[a-f0-9]{64} size: 1536 maxObjectSize: 256 diff --git a/components/squid/staging/squid-helm-generator.yaml b/components/squid/staging/squid-helm-generator.yaml index 8be774f7bea..e2c0eee296e 100644 --- a/components/squid/staging/squid-helm-generator.yaml +++ b/components/squid/staging/squid-helm-generator.yaml @@ -40,5 +40,7 @@ valuesInline: cache: allowList: - ^https://cdn([0-9]{2})?\.quay\.io/.+/sha256/.+/[a-f0-9]{64} + - ^https://s3\.[a-z0-9-]+\.amazonaws\.com/quayio-production-s3/sha256/.+/[a-f0-9]{64} + - ^https://quayio-production-s3\.s3[a-z0-9.-]*\.amazonaws\.com/sha256/.+/[a-f0-9]{64} size: 1536 maxObjectSize: 256