2021-05-12 16:11:40 +00:00
|
|
|
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
|
2024-10-17 11:11:56 +00:00
|
|
|
. ../../scripts/lib-update.sh
|
|
|
|
|
|
|
|
#login_ecr_public
|
|
|
|
update_helm
|
2021-05-12 16:11:40 +00:00
|
|
|
|
2022-11-03 12:19:57 +00:00
|
|
|
### MariaDB
|
2021-05-12 16:11:40 +00:00
|
|
|
|
|
|
|
# Fetch dashboards
|
2021-05-12 16:41:31 +00:00
|
|
|
../kubezero-metrics/sync_grafana_dashboards.py dashboards-mariadb.yaml templates/mariadb/grafana-dashboards.yaml
|
2024-10-17 11:11:56 +00:00
|
|
|
|
|
|
|
update_docs
|
|
|
|
|