Skip to content

Commit

Permalink
Deprecate gcloud-sqlproxy chart (helm#9219)
Browse files Browse the repository at this point in the history
Signed-off-by: rimas <[email protected]>
  • Loading branch information
rimusz authored and k8s-ci-robot committed Nov 22, 2018
1 parent 6af6c5a commit 06f8db9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
11 changes: 5 additions & 6 deletions stable/gcloud-sqlproxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gcloud-sqlproxy
version: 0.6.0
version: 0.6.1
appVersion: 1.11
description: Google Cloud SQL Proxy
description: DEPRECATED Google Cloud SQL Proxy
keywords:
- google
- cloud
Expand All @@ -12,7 +12,6 @@ keywords:
home: https://cloud.google.com/sql/docs/postgres/sql-proxy
sources:
- https://github.com/rimusz/charts
maintainers:
- name: rimusz
email: [email protected]
engine: gotpl
## Deprecated following https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
## Chart is now maintained in https://github.com/buildkiterimusz/charts
deprecated: true
9 changes: 7 additions & 2 deletions stable/gcloud-sqlproxy/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# GCP SQL Proxy
# GCP SQL Proxy - DEPRECATED

**This chart is deprecated! You can find the new chart in:**
- **Source:** https://github.com/rimusz/charts
- **Charts repository:** https://charts.rimusz.net


[sql-proxy](https://cloud.google.com/sql/docs/postgres/sql-proxy) The Cloud SQL Proxy provides secure access to your Cloud SQL Postgres/MySQL instances without having to whitelist IP addresses or configure SSL.

Expand All @@ -9,7 +14,7 @@ Accessing your Cloud SQL instance using the Cloud SQL Proxy offers these advanta

## Introduction

This chart creates a Google Cloud Endpoints deployment and service on a Kubernetes cluster using the Helm package manager.
This chart creates a Google Cloud SQL Proxy deployment and service on a Kubernetes cluster using the Helm package manager.
You need to enable Cloud SQL Administration API and create a service account for the proxy as per these [instructions](https://cloud.google.com/sql/docs/postgres/connect-container-engine).

## Prerequisites
Expand Down
2 changes: 2 additions & 0 deletions stable/gcloud-sqlproxy/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### THIS CHART IS DEPRECATED! ####

** Please be patient while the chart is being deployed **

{{ if not (or .Values.serviceAccountKey .Values.existingSecret) -}}
Expand Down

0 comments on commit 06f8db9

Please sign in to comment.