We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97ed84 commit aa764d5Copy full SHA for aa764d5
itscontained/traefik/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: traefik
3
description: A Traefik based Kubernetes ingress controller
4
type: application
5
-version: 9.18.3
+version: 9.18.4
6
appVersion: 2.4.8
7
keywords:
8
- traefik
itscontained/traefik/templates/hpa.yaml
@@ -1,5 +1,5 @@
1
{{- if .Values.autoscaling.enabled }}
-apiVersion: autoscaling/v2beta1
+apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "traefik.fullname" . }}
0 commit comments