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 (elastic#1612)
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 17, 2022
1 parent 8a6041e commit cb2c026
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 cb2c026

Please sign in to comment.