Skip to content

Commit

Permalink
Merge pull request #78 from rssnyder/fix/GitVersion
Browse files Browse the repository at this point in the history
fix: GitVersion
  • Loading branch information
rssnyder authored Jan 31, 2024
2 parents f3753e2 + 3e48794 commit c7790b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness-delegate-ng/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and (.Values.autoscaling.enabled) (semverCompare ">=1.23.x-0" .Capabilities.KubeVersion.GitVersion) }}
{{- if and (.Values.autoscaling.enabled) (semverCompare ">=1.23.x-0" .Capabilities.KubeVersion.Version) }}
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
Expand Down

0 comments on commit c7790b0

Please sign in to comment.