We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3caf2f commit 6c7e60bCopy full SHA for 6c7e60b
locals.tf
@@ -1,6 +1,6 @@
1
locals {
2
oauth2_proxy_image = "quay.io/oauth2-proxy/oauth2-proxy:v7.6.0"
3
- curl_wait_for_oidc_image = "curlimages/curl:8.6.0"
+ curl_wait_for_oidc_image = "quay.io/curl/curl:8.10.1"
4
domain = trimprefix("${var.subdomain}.${var.base_domain}", ".")
5
domain_full = trimprefix("${var.subdomain}.${var.cluster_name}.${var.base_domain}", ".")
6
0 commit comments