Skip to content

Commit

Permalink
Fix deprecated GCR image URL (#1656)
Browse files Browse the repository at this point in the history
b.gcr.io has been deprecated since 2017. Very minor change to use gcr.io instead.
  • Loading branch information
spitfire55 authored and engelke committed Nov 20, 2018
1 parent 48ad2d7 commit 0645553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_engine/django_tutorial/polls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- containerPort: 8080

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

0 comments on commit 0645553

Please sign in to comment.