From 35526d46dfdb94d1b5b919a87adb3a7948bebfe6 Mon Sep 17 00:00:00 2001 From: "Jonathan Hess (he/him)" <103529393+hessjcg@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:03:33 -0700 Subject: [PATCH] fix: Update Auth Proxy to version v2.14.2 (#650) --- internal/workload/podspec_updates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/workload/podspec_updates.go b/internal/workload/podspec_updates.go index 3391dbfd..0cd81437 100644 --- a/internal/workload/podspec_updates.go +++ b/internal/workload/podspec_updates.go @@ -39,7 +39,7 @@ const ( // DefaultProxyImage is the latest version of the proxy as of the release // of this operator. This is managed as a dependency. We update this constant // when the Cloud SQL Auth Proxy releases a new version. - DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.1" + DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.14.2" // DefaultFirstPort is the first port number chose for an instance listener by the // proxy.