We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4706b46 commit 37d4dbeCopy full SHA for 37d4dbe
1 file changed
internal/workload/podspec_updates.go
@@ -39,7 +39,7 @@ const (
39
// DefaultProxyImage is the latest version of the proxy as of the release
40
// of this operator. This is managed as a dependency. We update this constant
41
// when the Cloud SQL Auth Proxy releases a new version.
42
- DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.22.0"
+ DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.23.0"
43
44
// DefaultFirstPort is the first port number chose for an instance listener by the
45
// proxy.
0 commit comments