[stable/nginx-ingress] Fix HPA deployment apiVersion (#18428)

* Fix HPA deployment apiVersion

Signed-off-by: Tyler Gregory <tdgregory@protonmail.com>

* Bump chart version

Signed-off-by: Tyler Gregory <tdgregory@protonmail.com>
This commit is contained in:
Tyler Gregory
2019-10-30 15:21:37 -07:00
committed by Kubernetes Prow Robot
parent 95cdf5636b
commit 10873b402c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: nginx-ingress
version: 1.24.4
version: 1.24.5
appVersion: 0.26.1
home: https://github.com/kubernetes/ingress-nginx
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
@@ -12,7 +12,7 @@ metadata:
name: {{ template "nginx-ingress.controller.fullname" . }}
spec:
scaleTargetRef:
apiVersion: {{ .Values.controller.apiVersion }}
apiVersion: {{ template "deployment.apiVersion" . }}
kind: Deployment
name: {{ template "nginx-ingress.controller.fullname" . }}
minReplicas: {{ .Values.controller.autoscaling.minReplicas }}