Skip to content

Commit

Permalink
Merge pull request #19 from TarabutGateway/update_hpa_api_version
Browse files Browse the repository at this point in the history
PET-1623 - Harshal - Update autoscaling api version
  • Loading branch information
harshalk91tg committed Mar 27, 2024
2 parents b913a25 + 8a70fce commit 2df2a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/application-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: application-helm
description: A generic helm chart for all sort of applications
version: 0.0.19
version: 0.0.20
2 changes: 1 addition & 1 deletion stable/application-helm/templates/hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.autoscaling }}
{{- if and .Values.autoscaling.enabled .Values.deployment }}
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "application.name" . }}
Expand Down

0 comments on commit 2df2a6e

Please sign in to comment.