Skip to content

Commit 1e84d00

Browse files
authored
Update obsolete hpa api, bump app version to 1.33.4 (#133)
1 parent 0667fd9 commit 1e84d00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stable/gcloud-sqlproxy/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.31.1
2+
appVersion: 1.33.4
33
description: Google Cloud SQL Proxy
44
engine: gotpl
55
home: https://cloud.google.com/sql/docs/postgres/sql-proxy
@@ -19,4 +19,4 @@ name: gcloud-sqlproxy
1919
sources:
2020
- https://github.com/rimusz/charts
2121
type: application
22-
version: 0.23.0
22+
version: 0.24.0

stable/gcloud-sqlproxy/templates/horizontalpodautoscaler.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if and .Values.autoscaling.enabled .Values.resources}}
2-
apiVersion: autoscaling/v2beta1
2+
apiVersion: autoscaling/v2
33
kind: HorizontalPodAutoscaler
44
metadata:
55
labels:
@@ -10,7 +10,7 @@ metadata:
1010
name: {{ include "gcloud-sqlproxy.fullname" . }}
1111
spec:
1212
scaleTargetRef:
13-
apiVersion: apps/v1beta1
13+
apiVersion: apps/v1
1414
kind: Deployment
1515
name: {{ include "gcloud-sqlproxy.fullname" . }}
1616
minReplicas: {{ .Values.autoscaling.minReplicas }}

0 commit comments

Comments
 (0)