Skip to content

Commit

Permalink
Merge pull request #12 from SpringerPE/upgrade-grafana-9.3.1
Browse files Browse the repository at this point in the history
[JR/SC/VL] Uprade Grafana to 9.3.1
  • Loading branch information
vlameiras authored Dec 12, 2022
2 parents 9e3a0be + 5293173 commit cf57041
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2.4
9.3.1
```

This buildpack only supports Grafana 7.x or greater!
Expand Down
2 changes: 1 addition & 1 deletion defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ license_path = /home/vcap/app/license
# will take precedence over toggles in the `enable` list.

# enable = feature1,feature2
enable =
enable = topnav

# feature1 = true
# feature2 = false
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.2.4"
GRAFANA_VERSION: "9.3.1"
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.2.4}"
GRAFANA_VERSION="${GRAFANA_VERSION:-9.3.1}"
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.2.4
9.3.1

0 comments on commit cf57041

Please sign in to comment.