From c561b9763df6206fe3df653389602f884aaf6774 Mon Sep 17 00:00:00 2001 From: Adam Zahorscak <69020096+Azahorscak@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:09:07 -0400 Subject: [PATCH] [incubator/datadog-apm] bump hpa to v2 (#1284) * [incubator/datadog-apm] bump hpa to v2 * chart version bump --- incubator/datadog-apm/Chart.yaml | 2 +- incubator/datadog-apm/templates/cluster-agent-hpa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/datadog-apm/Chart.yaml b/incubator/datadog-apm/Chart.yaml index 0d253a523..89b86f6eb 100644 --- a/incubator/datadog-apm/Chart.yaml +++ b/incubator/datadog-apm/Chart.yaml @@ -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 diff --git a/incubator/datadog-apm/templates/cluster-agent-hpa.yaml b/incubator/datadog-apm/templates/cluster-agent-hpa.yaml index 693f9efd8..a40c273df 100644 --- a/incubator/datadog-apm/templates/cluster-agent-hpa.yaml +++ b/incubator/datadog-apm/templates/cluster-agent-hpa.yaml @@ -1,6 +1,6 @@ {{- if .Values.clusterAgent.hpa.enabled -}} --- -apiVersion: autoscaling/v2beta2 +apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: {{ template "datadog-apm.fullname" . }}-hpa