Skip to content

Commit

Permalink
chore: update hpa k8s api version
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jan 9, 2025
1 parent 6cb4c2e commit 626643c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/cas-cif/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "cas-cif.fullname" . }}
Expand Down

0 comments on commit 626643c

Please sign in to comment.