From cb2c0266a38c458ed267f0e99e46ec3ca8fe2142 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Thu, 17 Mar 2022 13:57:06 +0100 Subject: [PATCH] [metricbeat] fix upgrade test (#1612) This commit fix the Metricbeat upgrade test by bumping the source version to 7.17.1. This is required because https://github.com/elastic/helm-charts/pull/1524 introduced a new kube-state-metrics version that prevent upgrade from previous versions. --- metricbeat/examples/upgrade/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metricbeat/examples/upgrade/Makefile b/metricbeat/examples/upgrade/Makefile index 081ce0521..35ab68197 100644 --- a/metricbeat/examples/upgrade/Makefile +++ b/metricbeat/examples/upgrade/Makefile @@ -4,8 +4,8 @@ include ../../../helpers/examples.mk CHART := metricbeat RELEASE := helm-metricbeat-upgrade -FROM := 7.10.0 # upgrade from version < 7.10.0 is failing due to selector - # breaking change in https://github.com/elastic/helm-charts/pull/516 +FROM := 7.17.1 # upgrade from version < 7.17.1 is failing due to kube-state-metrics + # dependency upgrade in https://github.com/elastic/helm-charts/pull/1524 install: helm repo add prometheus-community https://prometheus-community.github.io/helm-charts