Skip to content

Commit

Permalink
Merge pull request #10 from SpringerPE/upgrade-grafana-920
Browse files Browse the repository at this point in the history
Upgrade Grafana to 9.2.0
  • Loading branch information
vlameiras authored Oct 13, 2022
2 parents 61e626d + f315a11 commit 995c371
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ with `#` are ignored, otherwise it will install the version defined in the build

```runtime.txt
# Define your grafana version here
9.1.5
9.2.0
```

This buildpack only supports Grafana 7.x or greater!
Expand Down
3 changes: 3 additions & 0 deletions defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,9 @@ address =
# otlp destination
address =

[tracing.opentelemetry]
#opentelemetry

#################################### External Image Storage ##############
[external_image_storage]
# Used for uploading images to public servers so they can be included in slack/email messages.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
environment:
VCAP_APPLICATION: '{"uris":["grafana.example.com"]}'
VCAP_SERVICES: ""
GRAFANA_VERSION: "9.1.5"
GRAFANA_VERSION: "9.2.0"
PORT: 8080


Expand Down
2 changes: 1 addition & 1 deletion parameters.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Variables, this file is designed to be sourced by supply

# default versions
GRAFANA_VERSION="${GRAFANA_VERSION:-9.1.5}"
GRAFANA_VERSION="${GRAFANA_VERSION:-9.2.0}"
CLOUDSQL_PROXY_VERSION="${CLOUDSQL_PROXY_VERSION:-1.32.0}"
GRAFANA_ALERTMANAGER_VERSION="${GRAFANA_ALERTMANAGER_VERSION:-1.2.1}"

Expand Down
2 changes: 1 addition & 1 deletion sample/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Define your grafana version here
9.1.5
9.2.0

0 comments on commit 995c371

Please sign in to comment.