Skip to content

Commit aa764d5

Browse files
update hpa
1 parent e97ed84 commit aa764d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itscontained/traefik/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: traefik
33
description: A Traefik based Kubernetes ingress controller
44
type: application
5-
version: 9.18.3
5+
version: 9.18.4
66
appVersion: 2.4.8
77
keywords:
88
- traefik

itscontained/traefik/templates/hpa.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.autoscaling.enabled }}
2-
apiVersion: autoscaling/v2beta1
2+
apiVersion: autoscaling/v2beta2
33
kind: HorizontalPodAutoscaler
44
metadata:
55
name: {{ template "traefik.fullname" . }}

0 commit comments

Comments
 (0)