Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c03fd38

Browse files
chore: update configuration to latest version (#457)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2f3f37 commit c03fd38

File tree

48 files changed

+494
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+494
-48
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "5.13.0"
2+
"version": "5.14.0"
33
}

‎examples/datasource-basic/.config/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,10 @@ version: '3.7'
151151

152152
services:
153153
grafana:
154-
container_name: 'myorg-basic-app'
154+
extends:
155+
file: .config/docker-compose-base.yaml
156+
service: grafana
155157
build:
156-
context: ./.config
157158
args:
158159
grafana_version: ${GRAFANA_VERSION:-9.1.2}
159160
grafana_image: ${GRAFANA_IMAGE:-grafana}
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.