Skip to content

Commit 52b03d0

Browse files
authored
OWLS-104590 - updated prometheus to supported version (#3717)
* removed fsGroup * corrected versions of grafana and prom
1 parent aac9ad1 commit 52b03d0

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ void testEndToEndViaChart() throws Exception {
305305
String sessionAppPrometheusSearchKey =
306306
"wls_servlet_invocation_total_count%7Bapp%3D%22myear%22%7D%5B15s%5D";
307307
checkMetricsViaPrometheus(sessionAppPrometheusSearchKey, "sessmigr", hostPortPrometheus);
308-
checkPromGrafanaLatestVersion();
309308
}
310309
} finally {
311310
shutdownDomain(domain1Namespace, domain1Uid);

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ public interface TestConstants {
266266
public static final String MONITORING_EXPORTER_BRANCH =
267267
getNonEmptySystemProperty("wko.it.monitoring.exporter.branch", "main");
268268
public static final String PROMETHEUS_CHART_VERSION =
269-
getNonEmptySystemProperty("wko.it.prometheus.chart.version", "15.2.0");
269+
getNonEmptySystemProperty("wko.it.prometheus.chart.version", "17.0.0");
270270
public static final String GRAFANA_CHART_VERSION =
271-
getNonEmptySystemProperty("wko.it.grafana.chart.version", "6.22.0");
271+
getNonEmptySystemProperty("wko.it.grafana.chart.version", "6.44.11");
272272
public static final String PROMETHEUS_REPO_NAME = "prometheus-community";
273273
public static final String PROMETHEUS_REPO_URL = "https://prometheus-community.github.io/helm-charts";
274274
public static final String GRAFANA_REPO_NAME = "grafana";

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ alertmanager:
2626
runAsUser: 65534
2727
runAsNonRoot: true
2828
runAsGroup: 65534
29-
fsGroup: 65534
3029

3130
nodeExporter:
3231
enabled: false

0 commit comments

Comments
 (0)