Skip to content

Commit

Permalink
chore: go out of autoscaling/v2beta2 to autoscaling/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamote committed Oct 17, 2023
1 parent a41575b commit 0702b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/deployer/templates/horizontalPodAutoscaler.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "helpers.fullName" . }}
Expand Down

0 comments on commit 0702b85

Please sign in to comment.