Skip to content

Commit ef1a2e2

Browse files
rimuszdavidkarlsen
authored andcommitted
Deprecate gcloud-sqlproxy chart (helm#9219)
Signed-off-by: rimas <rmocius@gmail.com>
1 parent af5bbcd commit ef1a2e2

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

stable/gcloud-sqlproxy/Chart.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: gcloud-sqlproxy
2-
version: 0.6.0
2+
version: 0.6.1
33
appVersion: 1.11
4-
description: Google Cloud SQL Proxy
4+
description: DEPRECATED Google Cloud SQL Proxy
55
keywords:
66
- google
77
- cloud
@@ -12,7 +12,6 @@ keywords:
1212
home: https://cloud.google.com/sql/docs/postgres/sql-proxy
1313
sources:
1414
- https://github.com/rimusz/charts
15-
maintainers:
16-
- name: rimusz
17-
email: rmocius@gmail.com
18-
engine: gotpl
15+
## Deprecated following https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
16+
## Chart is now maintained in https://github.com/buildkiterimusz/charts
17+
deprecated: true

stable/gcloud-sqlproxy/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# GCP SQL Proxy
1+
# GCP SQL Proxy - DEPRECATED
2+
3+
**This chart is deprecated! You can find the new chart in:**
4+
- **Source:** https://github.com/rimusz/charts
5+
- **Charts repository:** https://charts.rimusz.net
6+
27

38
[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.
49

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

1015
## Introduction
1116

12-
This chart creates a Google Cloud Endpoints deployment and service on a Kubernetes cluster using the Helm package manager.
17+
This chart creates a Google Cloud SQL Proxy deployment and service on a Kubernetes cluster using the Helm package manager.
1318
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).
1419

1520
## Prerequisites

stable/gcloud-sqlproxy/templates/NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#### THIS CHART IS DEPRECATED! ####
2+
13
** Please be patient while the chart is being deployed **
24

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

0 commit comments

Comments
 (0)