rimusz / charts

Helm Charts for Kubernetes
MIT License
90 stars 70 forks source link

gcloud-sqlproxy - Helm Chart not compatible with `cloud-sql-proxy` >=2.0.0 #132

Closed BapRx closed 1 year ago

BapRx commented 1 year ago

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: https://github.com/GoogleCloudPlatform/cloud-sql-proxy/pull/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 https://github.com/GoogleCloudPlatform/cloud-sql-proxy/pull/1607#issuecomment-1410858636)