2021-06-15 11:03:52 +00:00
|
|
|
#!/bin/bash
|
2024-08-21 12:52:55 +00:00
|
|
|
set -ex
|
|
|
|
|
|
|
|
. ../../scripts/lib-update.sh
|
|
|
|
|
|
|
|
#login_ecr_public
|
|
|
|
update_helm
|
2021-06-15 11:03:52 +00:00
|
|
|
|
|
|
|
# Fetch dashboards from Grafana.com and update ZDT CM
|
|
|
|
../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml
|
2024-08-21 12:52:55 +00:00
|
|
|
|
|
|
|
update_docs
|