diff --git a/internal/workload/podspec_updates.go b/internal/workload/podspec_updates.go index ac8acdb6..aff81f9f 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.11.2" + DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.11.3" // DefaultFirstPort is the first port number chose for an instance listener by the // proxy.