From efa8946a6eda09416c5eca8e6f494673c355f38a Mon Sep 17 00:00:00 2001 From: Ismail Alidzhikov Date: Thu, 1 Aug 2024 14:55:04 +0300 Subject: [PATCH] Switch VPA's API version to `autoscaling.k8s.io/v1` --- .../charts/runtime/templates/dashboard/vpa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gardener-dashboard/charts/runtime/templates/dashboard/vpa.yaml b/charts/gardener-dashboard/charts/runtime/templates/dashboard/vpa.yaml index 560fbf697de5..3b939c9a255b 100644 --- a/charts/gardener-dashboard/charts/runtime/templates/dashboard/vpa.yaml +++ b/charts/gardener-dashboard/charts/runtime/templates/dashboard/vpa.yaml @@ -1,6 +1,6 @@ {{- if .Values.global.dashboard.enabled }} {{- if .Values.global.dashboard.vpa }} -apiVersion: autoscaling.k8s.io/v1beta2 +apiVersion: autoscaling.k8s.io/v1 kind: VerticalPodAutoscaler metadata: name: gardener-dashboard-vpa