2023-05-02 10:07:00 +00:00
|
|
|
#!/bin/bash
|
2023-11-15 14:39:02 +00:00
|
|
|
set -ex
|
2023-05-02 10:07:00 +00:00
|
|
|
|
2023-11-15 14:39:02 +00:00
|
|
|
. ../../scripts/lib-update.sh
|
|
|
|
|
|
|
|
#login_ecr_public
|
|
|
|
update_helm
|
2023-05-02 10:07:00 +00:00
|
|
|
|
|
|
|
# Create ZDT dashboard configmap
|
|
|
|
../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml
|
2023-11-15 14:39:02 +00:00
|
|
|
|
|
|
|
update_docs
|