Skip to content

Commit

Permalink
Merge pull request #111 from codecademy-engineering/DEVOPS-7129
Browse files Browse the repository at this point in the history
DEVOPS-7129 - Fix horizontal pod autoscaler version EOL k8s 1.26
  • Loading branch information
dantech2000 authored Dec 14, 2023
2 parents 84f9bf8 + a1da857 commit b0df85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: service
description: A generic k8s service chart
type: application
version: 1.8.8
version: 1.8.9
maintainers:
- email: [email protected]
name: devops
2 changes: 1 addition & 1 deletion charts/service/templates/autoscale.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 "service.fullname" . }}
Expand Down

0 comments on commit b0df85d

Please sign in to comment.