Skip to content

Commit

Permalink
[gcloud-sqlproxy] HPA kind Fix case sensitive StatefulSet (#149)
Browse files Browse the repository at this point in the history
* [gcloud-sqlproxy] HPA kind depends on useStatefulset value - Fix case sensitive  StatefulSet #142

* updated chart version to 0.25.6
  • Loading branch information
tasnyc authored Nov 28, 2023
1 parent 13dcf5b commit 70539fe
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -19,4 +19,4 @@ name: gcloud-sqlproxy
sources:
- https://github.com/rimusz/charts
type: application
version: 0.25.5
version: 0.25.6
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
scaleTargetRef:
apiVersion: apps/v1
{{- if .Values.useStatefulset }}
kind: Statefulset
kind: StatefulSet
{{- else }}
kind: Deployment
{{- end }}
Expand Down

0 comments on commit 70539fe

Please sign in to comment.