Skip to content

Commit

Permalink
fix: Update Auth Proxy to version v2.14.2 (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
hessjcg authored Dec 12, 2024
1 parent 555c117 commit 35526d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/workload/podspec_updates.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35526d4

Please sign in to comment.