mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/nginx-ingress-controller] Use the new helper for HPA API version (#10207)
* Use the new helper for HPA API version Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com> * Bump common and update HPA Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com> * Bump version Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d438c421b2
commit
7bc14168ed
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.13.1
|
||||
digest: sha256:1056dac8da880ed967a191e8d9eaf04766f77bda66a5715456d5dd4494a4a942
|
||||
generated: "2022-05-05T20:53:07.871877783Z"
|
||||
version: 1.14.1
|
||||
digest: sha256:c69621f97b90b8c2e909293fbc475f0a3b0aaa4aa04de5df3e5d7a1974e5d735
|
||||
generated: "2022-05-23T13:46:02.008981+02:00"
|
||||
|
||||
@@ -27,4 +27,4 @@ name: nginx-ingress-controller
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-nginx-ingress-controller
|
||||
- https://github.com/kubernetes/ingress-nginx
|
||||
version: 9.2.1
|
||||
version: 9.2.2
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{{- if and .Values.autoscaling.enabled (eq .Values.kind "Deployment") }}
|
||||
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
|
||||
apiVersion: autoscaling/v2beta1
|
||||
{{- else }}
|
||||
apiVersion: autoscaling/v2
|
||||
apiVersion: {{ include "common.capabilities.hpa.apiVersion" ( dict "context" $ ) }}
|
||||
{{- end }}
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user