Skip to content

Commit 70539fe

Browse files
authored
[gcloud-sqlproxy] HPA kind Fix case sensitive StatefulSet (#149)
* [gcloud-sqlproxy] HPA kind depends on useStatefulset value - Fix case sensitive StatefulSet #142 * updated chart version to 0.25.6
1 parent 13dcf5b commit 70539fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable/gcloud-sqlproxy/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ name: gcloud-sqlproxy
1919
sources:
2020
- https://github.com/rimusz/charts
2121
type: application
22-
version: 0.25.5
22+
version: 0.25.6

stable/gcloud-sqlproxy/templates/horizontalpodautoscaler.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
scaleTargetRef:
1313
apiVersion: apps/v1
1414
{{- if .Values.useStatefulset }}
15-
kind: Statefulset
15+
kind: StatefulSet
1616
{{- else }}
1717
kind: Deployment
1818
{{- end }}

0 commit comments

Comments
 (0)