You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for maintaining this helm chart, it is unfortunately not compatible with the cloud-sql-proxy images starting at the version 2.0.0.
The entrypoint of the container has changed from cloud_sql_proxy to cloud-sql-proxy and since it is not configurable via the values, we are stuck with containers <2.0.0.
This is the PR which introduced the change: GoogleCloudPlatform/cloud-sql-proxy#1326
Hello, thank you for maintaining this helm chart, it is unfortunately not compatible with the
cloud-sql-proxy
images starting at the version2.0.0
.The entrypoint of the container has changed from
cloud_sql_proxy
tocloud-sql-proxy
and since it is not configurable via the values, we are stuck with containers <2.0.0.This is the PR which introduced the change: GoogleCloudPlatform/cloud-sql-proxy#1326
Note that the container registry has changed at the same time:
gcr.io/cloudsql-docker/gce-proxy
->gcr.io/cloud-sql-connectors/cloud-sql-proxy
(cf GoogleCloudPlatform/cloud-sql-proxy#1607 (comment))The text was updated successfully, but these errors were encountered: