Skip to content

Commit

Permalink
[SC/VL] Upgrade Grafana to 9.1.5 and CloudSQL proxy to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlameiras committed Sep 14, 2022
1 parent c1b088a commit 7cccdf1
Show file tree
Hide file tree
Showing 4 changed files with 4 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.1
9.1.5
```

This buildpack only supports Grafana 7.x or greater!
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.1"
GRAFANA_VERSION: "9.1.5"
PORT: 8080


Expand Down
2 changes: 1 addition & 1 deletion parameters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# default versions
GRAFANA_VERSION="${GRAFANA_VERSION:-9.1.1}"
CLOUDSQL_PROXY_VERSION="${CLOUDSQL_PROXY_VERSION:-1.31.2}"
CLOUDSQL_PROXY_VERSION="${CLOUDSQL_PROXY_VERSION:-1.32.0}"
GRAFANA_ALERTMANAGER_VERSION="${GRAFANA_ALERTMANAGER_VERSION:-1.2.1}"

# Download URLS
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.1
9.1.5

0 comments on commit 7cccdf1

Please sign in to comment.