Skip to content

Commit

Permalink
Merge pull request #73 from PoulpiFr/sql-proxy-kubernetes-1.16-fix
Browse files Browse the repository at this point in the history
Move deployment apiVersion to apps/v1 (supported since k8s 1.9)
  • Loading branch information
rimusz authored Dec 30, 2019
2 parents 3582347 + 9b9d980 commit fa9e221
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ maintainers:
name: gcloud-sqlproxy
sources:
- https://github.com/rimusz/charts
version: 0.19.5
version: 0.19.6
4 changes: 4 additions & 0 deletions stable/gcloud-sqlproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,7 @@ E.g. service `gcloud-sqlproxy-gcloud-sqlproxy` will now show up as `gcloud-sqlpr
**From < 0.11.0 to >= 0.11.0**

Please note, as of `0.11.0` recommended labels are used. Please take into anything that may target your release's objects via labels.

## Support

Kubernetes versions older than 1.9 are not supported by this chart.
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if ne (index .Values.cloudsql.instances 0).instance "instance" }}
{{- $hasCredentials := include "gcloud-sqlproxy.hasCredentials" . -}}
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "gcloud-sqlproxy.fullname" . }}
Expand Down

0 comments on commit fa9e221

Please sign in to comment.