Skip to content

Commit 3f86211

Browse files
authored
updated supported version for grafana and prom (#3718)
1 parent 97f686c commit 3f86211

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/TestConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ public interface TestConstants {
280280
public static final String MONITORING_EXPORTER_BRANCH =
281281
getNonEmptySystemProperty("wko.it.monitoring.exporter.branch", "main");
282282
public static final String PROMETHEUS_CHART_VERSION =
283-
getNonEmptySystemProperty("wko.it.prometheus.chart.version", "15.2.0");
283+
getNonEmptySystemProperty("wko.it.prometheus.chart.version", "17.0.0");
284284
public static final String GRAFANA_CHART_VERSION =
285-
getNonEmptySystemProperty("wko.it.grafana.chart.version", "6.38.6");
285+
getNonEmptySystemProperty("wko.it.grafana.chart.version", "6.44.11");
286286
public static final String PROMETHEUS_REPO_NAME = "prometheus-community";
287287
public static final String PROMETHEUS_REPO_URL = "https://prometheus-community.github.io/helm-charts";
288288

integration-tests/src/test/resources/exporter/promvalues.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ alertmanager:
4040
runAsUser: 65534
4141
runAsNonRoot: true
4242
runAsGroup: 65534
43-
fsGroup: 65534
4443

4544
nodeExporter:
4645
enabled: false

0 commit comments

Comments
 (0)