Skip to content

Commit

Permalink
Merge pull request grafana#405 from StevenBarre/patch-1
Browse files Browse the repository at this point in the history
Use fully qualified image name
  • Loading branch information
HVBE committed May 5, 2021
2 parents feecb90 + f331493 commit 1796454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/deploy_grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ work as expected.

The operator accepts a number of flags that can be passed in the `args` section of the container in the deployment:

* `--grafana-image`: overrides the Grafana image, defaults to `grafana/grafana` on grafanas official dockerhub, the
* `--grafana-image`: overrides the Grafana image, defaults to `docker.io/grafana/grafana` on grafanas official dockerhub, the
version of which can be
found [here](https://github.com/integr8ly/grafana-operator/blob/master/pkg/controller/model/constants.go#L4-L5).

Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/model/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package model

const (
GrafanaImage = "grafana/grafana"
GrafanaImage = "docker.io/grafana/grafana"
GrafanaVersion = "7.3.10"
GrafanaServiceAccountName = "grafana-serviceaccount"
GrafanaServiceName = "grafana-service"
Expand Down

0 comments on commit 1796454

Please sign in to comment.