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 {
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
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ alertmanager:
4040 runAsUser : 65534
4141 runAsNonRoot : true
4242 runAsGroup : 65534
43- fsGroup : 65534
4443
4544nodeExporter :
4645 enabled : false
You can’t perform that action at this time.
0 commit comments