File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 1.31.1
2
+ appVersion : 1.33.4
3
3
description : Google Cloud SQL Proxy
4
4
engine : gotpl
5
5
home : https://cloud.google.com/sql/docs/postgres/sql-proxy
@@ -19,4 +19,4 @@ name: gcloud-sqlproxy
19
19
sources :
20
20
- https://github.com/rimusz/charts
21
21
type : application
22
- version : 0.23 .0
22
+ version : 0.24 .0
Original file line number Diff line number Diff line change 1
1
{{- if and .Values.autoscaling.enabled .Values.resources}}
2
- apiVersion : autoscaling/v2beta1
2
+ apiVersion : autoscaling/v2
3
3
kind : HorizontalPodAutoscaler
4
4
metadata :
5
5
labels :
@@ -10,7 +10,7 @@ metadata:
10
10
name : {{ include "gcloud-sqlproxy.fullname" . }}
11
11
spec :
12
12
scaleTargetRef :
13
- apiVersion : apps/v1beta1
13
+ apiVersion : apps/v1
14
14
kind : Deployment
15
15
name : {{ include "gcloud-sqlproxy.fullname" . }}
16
16
minReplicas : {{ .Values.autoscaling.minReplicas }}
You can’t perform that action at this time.
0 commit comments