chore: publish 0.3.0+v1.6.0 release

This commit is contained in:
Philipp Rothmann 2023-07-11 14:59:37 +02:00
parent d549c33fe5
commit 961a17f1ad
5 changed files with 12 additions and 7 deletions

View File

@ -4,7 +4,7 @@ export GRAFANA_DASHBOARDS_YML_VERSION=v1
export GRAFANA_SWARM_DASHBOARD_JSON_VERSION=v1
export GRAFANA_STACKS_DASHBOARD_JSON_VERSION=v1
export GRAFANA_TRAEFIK_DASHBOARD_JSON_VERSION=v1
export GRAFANA_CUSTOM_INI_VERSION=v2
export GRAFANA_CUSTOM_INI_VERSION=v3
export PROMTAIL_YML_VERSION=v2
export LOKI_YML_VERSION=v2
export PROMETHEUS_YML_VERSION=v1

View File

@ -2,7 +2,7 @@ version: '3.8'
services:
grafana:
image: grafana/grafana:9.5.2
image: grafana/grafana:10.0.2
volumes:
- grafana-data:/var/lib/grafana:rw
secrets:

View File

@ -2,7 +2,7 @@ version: '3.8'
services:
prometheus:
image: prom/prometheus:v2.44.0
image: prom/prometheus:v2.45.0
secrets:
- basic_auth_admin_password
volumes:

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: prom/node-exporter:v1.5.0
image: prom/node-exporter:v1.6.0
user: root
environment:
- NODE_ID={{.Node.ID}}
@ -37,11 +37,11 @@ services:
- "traefik.http.routers.${STACK_NAME}-node.tls=true"
- "traefik.http.routers.${STACK_NAME}-node.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}-node.middlewares=basicauth@file"
- "coop-cloud.${STACK_NAME}.version=0.2.0+v1.5.0"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v1.6.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
cadvisor:
image: gcr.io/cadvisor/cadvisor:v0.47.1
image: gcr.io/cadvisor/cadvisor:v0.47.2
command:
- "-logtostderr"
- "--enable_metrics=cpu,cpuLoad,disk,memory,network"

View File

@ -10,6 +10,7 @@ auto_assign_org_role = Admin
{{ if eq (env "OIDC_ENABLED") "1" }}
[auth]
disable_login_form = true
oauth_allow_insecure_email_lookup=true # https://github.com/grafana/grafana/issues/70203
[auth.generic_oauth]
enabled = true
@ -30,4 +31,8 @@ enabled = false
{{ end }}
[plugins]
enable_alpha = true
enable_alpha = true
[database]
type = sqlite3
wal = true