[stable/gcloud-sqlproxy] Bump image tag to 1.11 (#2430)

This commit is contained in:
Sebastian Mandrean
2017-11-09 11:01:30 -05:00
committed by Matt Farina
parent b97682d2c7
commit fb4fb7cc83
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: gcloud-sqlproxy
version: 0.2.0
version: 0.2.1
description: Google Cloud SQL Proxy
keywords:
- google
+1 -1
View File
@@ -2,7 +2,7 @@
## ref: https://cloud.google.com/sql/docs/mysql/sql-proxy
## ref: https://cloud.google.com/sql/docs/postgres/sql-proxy
image: b.gcr.io/cloudsql-docker/gce-proxy
imageTag: "1.10"
imageTag: "1.11"
## Specify a imagePullPolicy
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'