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

[7.17] [metricbeat] fix upgrade test (#1612) #1622

Merged
merged 1 commit into from
Mar 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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