aboutsummaryrefslogtreecommitdiffstats
path: root/helm
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-03-30 10:50:18 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-03-30 14:23:07 +0100
commit181e6c525c5e05bbb3e580fd0793b8332200659d (patch)
treec4f4f35f6ef3f92a96012abfed161a1e76463000 /helm
parent9acad08dfcc1e91b1640f550140e8fa625034ef2 (diff)
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 <ramesh.murugan.iyer@est.tech> Change-Id: If01b98bee51e36cb6104fa6eff006ad8194dc1b2
Diffstat (limited to 'helm')
-rw-r--r--helm/prometheus/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
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'