diff options
Diffstat (limited to 'helm')
-rw-r--r-- | helm/prometheus/templates/deployment.yaml | 2 |
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' |