Skip to content

Commit 0645553

Browse files
spitfire55engelke
authored andcommitted
Fix deprecated GCR image URL (#1656)
b.gcr.io has been deprecated since 2017. Very minor change to use gcr.io instead.
1 parent 48ad2d7 commit 0645553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container_engine/django_tutorial/polls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
- containerPort: 8080
6262

6363
# [START proxy_container]
64-
- image: b.gcr.io/cloudsql-docker/gce-proxy:1.05
64+
- image: gcr.io/cloudsql-docker/gce-proxy:1.05
6565
name: cloudsql-proxy
6666
command: ["/cloud_sql_proxy", "--dir=/cloudsql",
6767
"-instances=<your-cloudsql-connection-string>=tcp:5432",

0 commit comments

Comments
 (0)