Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to constants.go on master branch #836

Merged
merged 2 commits into from Oct 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/deploy_grafana.md
Expand Up @@ -55,7 +55,7 @@ flags or `baseImage` CR spec fields.

This chart shows how the operator prioritises which image will be used for the deployment, and the versions that it's
known to support. Only the grafana image specified in
code [here](https://github.com/grafana-operator/grafana-operator/blob/530821825c9f7791aa486a94aabdb03efdc6aa6d/controllers/constants/constants.go#L5) will be
code [here](https://github.com/grafana-operator/grafana-operator/blob/master/controllers/constants/constants.go#L5) will be
supported in unit/e2e tests and as part of the operator, any other specified grafana image through these options may not
work as expected.

Expand All @@ -67,7 +67,7 @@ The operator accepts a number of flags that can be passed in the `args` section

* `--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).
found [here](https://github.com/grafana-operator/grafana-operator/blob/master/controllers/constants/constants.go#L5).

* `--grafana-image-tag`: overrides the Grafana tag. See `controller_config.go` for default.

Expand Down