Skip to content

Commit

Permalink
[incubator/datadog-apm] bump hpa to v2 (#1284)
Browse files Browse the repository at this point in the history
* [incubator/datadog-apm] bump hpa to v2

* chart version bump
  • Loading branch information
Azahorscak authored Aug 3, 2023
1 parent 661cc82 commit c561b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/datadog-apm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: datadog-apm
description: A modified chart that only installs the datadog-apm agent
type: application
version: 0.0.11
version: 0.0.12
appVersion: 7.40.0
maintainers:
- name: sudermanjr
Expand Down
2 changes: 1 addition & 1 deletion incubator/datadog-apm/templates/cluster-agent-hpa.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.clusterAgent.hpa.enabled -}}
---
apiVersion: autoscaling/v2beta2
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: {{ template "datadog-apm.fullname" . }}-hpa
Expand Down

0 comments on commit c561b97

Please sign in to comment.