Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
[metricbeat] fix upgrade test
Browse files Browse the repository at this point in the history
This commit fix the Metricbeat upgrade test by bumping the source
version to 7.17.1. This is required because
elastic#1524 introduced a new
kube-state-metrics version that prevent upgrade from previous versions.
  • Loading branch information
jmlrt committed Mar 9, 2022
1 parent 33a2829 commit 0992d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricbeat/examples/upgrade/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0992d24

Please sign in to comment.