Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/squid/development/squid-helm-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions components/squid/production/squid-helm-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions components/squid/staging/squid-helm-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading