Skip to content

Commit 6c7e60b

Browse files
committed
fix: change registry of cURL image to avoid rate limits and update it
1 parent d3caf2f commit 6c7e60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
locals {
22
oauth2_proxy_image = "quay.io/oauth2-proxy/oauth2-proxy:v7.6.0"
3-
curl_wait_for_oidc_image = "curlimages/curl:8.6.0"
3+
curl_wait_for_oidc_image = "quay.io/curl/curl:8.10.1"
44
domain = trimprefix("${var.subdomain}.${var.base_domain}", ".")
55
domain_full = trimprefix("${var.subdomain}.${var.cluster_name}.${var.base_domain}", ".")
66

0 commit comments

Comments
 (0)