Skip to content

Commit

Permalink
Correct the grafana image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldad Marciano committed May 24, 2018
1 parent a7996db commit 2768d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Note: when using oauth make sure your user has permission to browse grafana.
9. save & test and make sure all green.

### Pull standalone docker grafana instance
1. ```docker pull docker.io/mrsiano/grafana-ocp```
2. ```docker run -d -ti -p 3000:3000 mrsiano/grafana-ocp "./bin/grafana-server"```
1. ```docker pull docker.io/mrsiano/openshift-grafana```
2. ```docker run -d -ti -p 3000:3000 mrsiano/openshift-grafana "./bin/grafana-server"```

### Build and run the docker image
1. ```docker build -t grafana-ocp .```
Expand Down
2 changes: 1 addition & 1 deletion grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
parameters:
- description: The location of the grafana image
name: IMAGE_GRAFANA
value: mrsiano/grafana-ocp:latest
value: mrsiano/openshift-grafana:5.2.0
- description: The location of the proxy image
name: IMAGE_PROXY
value: openshift/oauth-proxy:v1.0.0
Expand Down

0 comments on commit 2768d8f

Please sign in to comment.