Browse Source

update prometheus to OCP 3.9

pull/1/head
Nicolas Massé 8 years ago
parent
commit
e25ea32fb2
  1. 10
      grafana/grafana-prometheus.yaml

10
grafana/grafana-prometheus.yaml

@ -2439,7 +2439,7 @@ objects:
- name: alertmanager - name: alertmanager
args: args:
- -config.file=/etc/alertmanager/alertmanager.yml - --config.file=/etc/alertmanager/alertmanager.yml
image: "${ALERTMANAGER_IMAGE}" image: "${ALERTMANAGER_IMAGE}"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
@ -2706,22 +2706,22 @@ parameters:
- description: The Docker image to use for the OAuth Proxy. - description: The Docker image to use for the OAuth Proxy.
displayName: OAuth Proxy image displayName: OAuth Proxy image
name: PROXY_IMAGE name: PROXY_IMAGE
value: openshift3/oauth-proxy:v3.7 value: openshift3/oauth-proxy:v3.9
- description: The Docker image to use for Prometheus. - description: The Docker image to use for Prometheus.
displayName: Prometheus image displayName: Prometheus image
name: PROMETHEUS_IMAGE name: PROMETHEUS_IMAGE
value: openshift3/prometheus:v3.7 value: openshift3/prometheus:v3.9
- description: The Docker image to use for the Alert Buffer. - description: The Docker image to use for the Alert Buffer.
displayName: Alert Buffer image displayName: Alert Buffer image
name: ALERTBUFFER_IMAGE name: ALERTBUFFER_IMAGE
value: openshift3/prometheus-alert-buffer:v3.7 value: openshift3/prometheus-alert-buffer:v3.9
- description: The Docker image to use for the Alert Manager. - description: The Docker image to use for the Alert Manager.
displayName: Alert Manager image displayName: Alert Manager image
name: ALERTMANAGER_IMAGE name: ALERTMANAGER_IMAGE
value: openshift3/prometheus-alertmanager:v3.7 value: openshift3/prometheus-alertmanager:v3.9
- description: The desired hostname of the route to the Prometheus service. - description: The desired hostname of the route to the Prometheus service.
displayName: Hostname of the Prometheus Service displayName: Hostname of the Prometheus Service

Loading…
Cancel
Save