From 4d95c6c572d05a7bbbf41e520014952cea592cef Mon Sep 17 00:00:00 2001 From: Arve Seljebu Date: Tue, 18 Oct 2022 13:49:21 +0200 Subject: [PATCH] Link to constants.go on master branch (#836) * Link to constants.go on master branch Got confused constants.go had no changes since last summer. Line number is unlikely to change (has not in a year). --- documentation/deploy_grafana.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/deploy_grafana.md b/documentation/deploy_grafana.md index b41fe1186..65202f115 100644 --- a/documentation/deploy_grafana.md +++ b/documentation/deploy_grafana.md @@ -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. @@ -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.