Update gcloud-sqlproxy image tag (#1641)

* Update gcloud-sqlproxy image tag

* Fix up typo

* Update Chart.yaml
This commit is contained in:
Richard Lee
2017-08-14 17:52:49 -07:00
committed by Vic Iglesias
parent 6491a007b6
commit c2021e341c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: gcloud-sqlproxy
version: 0.1.0
version: 0.1.1
description: Google Cloud SQL Proxy
keywords:
- google
+2 -2
View File
@@ -1,8 +1,8 @@
## Google Cloud SQl Proxy image
## Google Cloud SQL Proxy image
## 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.09"
imageTag: "1.10"
## Specify a imagePullPolicy
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'