Skip to content

Commit 64b71e5

Browse files
authored
bump: siste cloudsql proxy
Ingen nevneverdige endringer, bortsett fra at man nå ved oppstart vil få en melding om å migrere til v2. https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/main/migration-guide.md
1 parent 5652af6 commit 64b71e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/hookd/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
containers:
3737
{{- if not .Values.postgres.active }}
3838
- name: cloud-sql-proxy
39-
image: gcr.io/cloudsql-docker/gce-proxy:1.28.0 # make sure the use the latest version
39+
image: gcr.io/cloudsql-docker/gce-proxy:1.37.8 # make sure to use the latest version
4040
command:
4141
- "/cloud_sql_proxy"
4242
- "-log_debug_stdout"

0 commit comments

Comments
 (0)