Skip to content

Commit

Permalink
Update to use new published images
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Jul 4, 2017
1 parent 641a624 commit 510a7cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
"openshift.io/display-name": Prometheus
description: |
A monitoring solution for an OpenShift cluster - collect and gather metrics from nodes, services, and the infrastructure.
A monitoring solution for an OpenShift cluster - collect and gather metrics from nodes, services, and the infrastructure. This is a tech preview feature.
iconClass: icon-cogs
tags: "monitoring,prometheus,time-series"
parameters:
Expand All @@ -14,10 +14,10 @@ parameters:
value: kube-system
- description: The location of the proxy image
name: IMAGE_PROXY
value: registry.svc.ci.openshift.org/ci/oauth-proxy:latest
value: openshift/oauth-proxy:v1.0.0
- description: The location of the prometheus image
name: IMAGE_PROMETHEUS
value: registry.svc.ci.openshift.org/ci/prometheus:latest
value: openshift/prometheus:v2.0.0-dev
- description: The session secret for the proxy
name: SESSION_SECRET
generate: expression
Expand Down
12 changes: 6 additions & 6 deletions pkg/bootstrap/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 510a7cc

Please sign in to comment.