File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
integration-tests/src/test
java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -280,9 +280,9 @@ public interface TestConstants {
280
280
public static final String MONITORING_EXPORTER_BRANCH =
281
281
getNonEmptySystemProperty ("wko.it.monitoring.exporter.branch" , "main" );
282
282
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" );
284
284
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 " );
286
286
public static final String PROMETHEUS_REPO_NAME = "prometheus-community" ;
287
287
public static final String PROMETHEUS_REPO_URL = "https://prometheus-community.github.io/helm-charts" ;
288
288
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ alertmanager:
40
40
runAsUser : 65534
41
41
runAsNonRoot : true
42
42
runAsGroup : 65534
43
- fsGroup : 65534
44
43
45
44
nodeExporter :
46
45
enabled : false
You can’t perform that action at this time.
0 commit comments