Skip to content

Commit e81ae1f

Browse files
authored
Update readme with correct CI/CD badges (#10)
* update readme * bump version * fix docker
1 parent aa0284e commit e81ae1f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.config/docker-compose-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ services:
1818
GF_LOG_LEVEL: debug
1919
GF_DATAPROXY_LOGGING: 1
2020
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: volkovlabs-variable-panel
21-
GF_INSTALL_PLUGINS: marcusolsson-static-datasource,golioth-websocket-datasource,marcusolsson-json-datasource
21+
GF_INSTALL_PLUGINS: marcusolsson-static-datasource

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Business Variable for Grafana
2-
[![CI](https://github.com/grafana/business-variable/actions/workflows/ci.yml/badge.svg)](https://github.com/grafana/business-variable/actions/workflows/ci.yml)
3-
[![E2E](https://github.com/grafana/business-variable/actions/workflows/e2e.yml/badge.svg)](https://github.com/grafana/business-variable/actions/workflows/e2e.yml)
2+
[![CI](https://github.com/grafana/business-variable/actions/workflows/push.yml/badge.svg)](https://github.com/grafana/business-variable/actions/workflows/push.yml)
3+
[![CD](https://github.com/grafana/business-variable/actions/workflows/publish.yml/badge.svg)](https://github.com/grafana/business-variable/actions/workflows/publish.yml)
44
[![License](https://img.shields.io/github/license/grafana/business-variable)](https://github.com/grafana/business-variable/blob/main/LICENSE)
55

66
>This project was originally contributed by [Volkov Labs](https://github.com/volkovlabs/business-variable) - thanks for all your great work!

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@
8585
"typecheck": "tsc --noEmit",
8686
"upgrade": "npm upgrade --save"
8787
},
88-
"version": "5.1.0"
88+
"version": "5.1.1"
8989
}

0 commit comments

Comments
 (0)