Feature 11010: remove unnecessary code and set prometheus side-container iamge
[osm/devops.git] / installers / helm / osm / values.yaml
index 3d0e1dc..5bfc94e 100644 (file)
@@ -139,7 +139,7 @@ grafana:
       folder: "/tmp/dashboards/"
       resource: both
       searchNamespace: osm
-      extraMounts: 
+      extraMounts:
         - name: sc-dashboard-volume-k8s
           mountPath: "/tmp/dashboards/Kubernetes Cluster"
         - name: sc-dashboard-volume-osm
@@ -287,7 +287,7 @@ prometheus:
           # readOnlyRootFilesystem: true
           allowPrivilegeEscalation: false
           # runAsNonRoot: true
-        image: opensourcemano/prometheus
+        image: opensourcemano/prometheus:testing-daily
         imagePullPolicy: IfNotPresent
         command: ["/bin/sh", "-c"]
         args: ["sleep 50; python -u ./app.py"]