Skip to content

Commit 12db6cf

Browse files
fix: use autoscaling/v2 API version (#357)
The autoscaling/v2beta2 API was removed in 1.26. Docs: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#horizontalpodautoscaler-v126
1 parent f6b4dcb commit 12db6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helm/reflector/templates/hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.autoscaling.enabled }}
2-
apiVersion: autoscaling/v2beta1
2+
apiVersion: autoscaling/v2
33
kind: HorizontalPodAutoscaler
44
metadata:
55
name: {{ include "reflector.fullname" . }}

0 commit comments

Comments
 (0)