From 181e6c525c5e05bbb3e580fd0793b8332200659d Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Thu, 30 Mar 2023 10:50:18 +0100 Subject: Disable K8s CSIT temporarily to fix timeout issue in Jenkins The pods take longer time than usual in Jenkins vm which prevents robot test cases getting executed. This will be fixed in the upcoming patch. Fixing supporting docker images to be pulled from nexus Issue-ID: POLICY-4541 Signed-off-by: zrrmmua Change-Id: If01b98bee51e36cb6104fa6eff006ad8194dc1b2 --- helm/prometheus/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helm/prometheus') diff --git a/helm/prometheus/templates/deployment.yaml b/helm/prometheus/templates/deployment.yaml index 818af85f..66149c09 100644 --- a/helm/prometheus/templates/deployment.yaml +++ b/helm/prometheus/templates/deployment.yaml @@ -38,7 +38,7 @@ spec: prometheus.io/port: "9090" spec: containers: - - image: prom/prometheus:v2.32.1 + - image: nexus3.onap.org:10001/prom/prometheus:latest name: prometheus args: - '--config.file=/etc/prometheus/prometheus.yml' -- cgit