-
Notifications
You must be signed in to change notification settings - Fork 817
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
Docs: add Grafana version explicitly #1487
Docs: add Grafana version explicitly #1487
Conversation
2a4fe32
to
390f124
Compare
Build Succeeded 👏 Build Id: b40f1cc2-a87e-45d1-b7da-b4f01127f6e9 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: c09d3f18-58f8-4d1d-8a85-56217b6c8548 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@@ -190,8 +190,8 @@ kubectl apply -f ./build/grafana/ | |||
Now we can install [grafana chart](https://github.com/helm/charts/tree/master/stable/grafana) from stable repository. (Replace `<your-admin-password>` with the admin password of your choice) | |||
|
|||
```bash | |||
helm install --wait --name grafana stable/grafana --namespace metrics \ | |||
--set adminPassword=<your-admin-password> -f ../build/grafana.yaml | |||
helm install --wait --name grafana stable/grafana --version=5.0.11 --namespace metrics \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cyriltovena any issue with specifying a specific version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No you can even make it latest. We release 6.7.3. Always good to be up to date.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which is 5.0.13 btw
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5.0.13 chart is still appVersion 6.7.1:
https://github.com/helm/charts/blob/866bf2f655ede9aa1bb6f4145db5862035cf49ad/stable/grafana/Chart.yaml#L4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5.0.13 is the latest helm chart too. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can even make it 5.0.13 if you want.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, cyriltovena 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 |
Add new make target `helm-repo-update`.
390f124
to
baf967e
Compare
New changes are detected. LGTM label has been removed. |
baf967e
to
3d501f4
Compare
Build Succeeded 👏 Build Id: ad6ec15e-c19b-4458-beed-b4a6ee9cf6e3 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Grafana version still 6.7.1 but Helm chart got changes. Make target and website, add license header.
3d501f4
to
8fed988
Compare
Build Succeeded 👏 Build Id: 7915638c-8e4c-4b46-8a45-f7f98e593d12 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 385e8d1a-e087-47f3-8eea-f07e896ae6fd The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
* Docs: add Grafana version explicitly Add new make target `helm-repo-update`. * Update Grafana chart to 5.0.13 Grafana version still 6.7.1 but Helm chart got changes. Make target and website, add license header.
Set Grafana version to the docs.
Add new make target
helm-repo-update
.What type of PR is this?
/kind documentation
What this PR does / Why we need it:
User can install previous version of the Grafana 6.2 which does not support new
GameServers
dashboard. This could lead to an error, which is hard to debug (but this error caused by missingbargauge
):Which issue(s) this PR fixes:
Leftover of #1465.
Met in #1479.
Special notes for your reviewer: