Skip to content

Commit

Permalink
Merge pull request #1 from gutter007/feature/hpa-deprecation-update
Browse files Browse the repository at this point in the history
feat(kube): updated the hpa to a non deprecated api value
  • Loading branch information
gutter007 authored Feb 13, 2024
2 parents 9292d84 + 00d404e commit 8e7e2d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: swaggerui
version: 0.3.6
version: 0.3.7
appVersion: 3.24.3
description: Swagger is an open-source software framework backed by a large ecosystem of tools that helps developers design, build, document, and consume RESTful Web services.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/templates/hpa.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 "swagger-ui.fullname" . }}
Expand Down

0 comments on commit 8e7e2d6

Please sign in to comment.