From 939a113ff4639017ae08ba2dff344f300b77cfc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Goc=C5=82awski?= Date: Tue, 21 May 2024 12:20:46 +0200 Subject: [PATCH] Support applying HorizontalPodAutoscaler (via kubepy). --- base_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_requirements.txt b/base_requirements.txt index 0c13153..c29d41c 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -1,7 +1,7 @@ click colorlog jinja2 -kubepy>=1.19.0 +kubepy>=1.20.0 pyYAML cached-property sh<2