Skip to content

Commit

Permalink
Update obsolete hpa api, bump app version to 1.33.4 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
rverenich authored Mar 10, 2023
1 parent 0667fd9 commit 1e84d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/gcloud-sqlproxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.31.1
appVersion: 1.33.4
description: Google Cloud SQL Proxy
engine: gotpl
home: https://cloud.google.com/sql/docs/postgres/sql-proxy
Expand All @@ -19,4 +19,4 @@ name: gcloud-sqlproxy
sources:
- https://github.com/rimusz/charts
type: application
version: 0.23.0
version: 0.24.0
4 changes: 2 additions & 2 deletions stable/gcloud-sqlproxy/templates/horizontalpodautoscaler.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.autoscaling.enabled .Values.resources}}
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
labels:
Expand All @@ -10,7 +10,7 @@ metadata:
name: {{ include "gcloud-sqlproxy.fullname" . }}
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
name: {{ include "gcloud-sqlproxy.fullname" . }}
minReplicas: {{ .Values.autoscaling.minReplicas }}
Expand Down

0 comments on commit 1e84d00

Please sign in to comment.