mirror of
https://github.com/helm/charts.git
synced 2026-08-22 13:57:51 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
95cdf5636b
commit
10873b402c
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user