-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Align names between grafana service and job URL #4486
Conversation
You also need to increase the |
@timestoop yes, saw that from build failure. But the build still seems to fail. Can not reproduce problem. |
What does this
mean? There are no appVersion in grafana anywhere. |
Also added an "appVersion" field in Chart.yaml that points to version 4.6.3 of Grafana. But that should not have been required. |
It is required, there have been some changes in the build system recently that made some additional requirements to Charts. Not saying you caused the error, though, it's just that you're the first person working on this Chart to hit the problem with it :) |
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nseyvet, timstoop Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @prydonius |
The pull-charts-e2e tests failure is related to the configmap handling changes in later kubernetes version (1.9.4+) not the changes in this PR. |
/retest |
New changes are detected. LGTM label has been removed. |
Tried with 5.0.4 image which is not supposed to use chown anymore as per grafana/grafana-docker#140 . Still see the following errors in the logs: |
@nseyvet: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Closing this in favor of #4437. |
What this PR does / why we need it:
Align service name and job url to inject datasources in Grafana.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Fixes issue #4485
Special notes for your reviewer: