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
|
2024-06-10 17:00:29 +00:00
|
|
|
../kubezero-metrics/sync_grafana_dashboards.py cilium-dashboards.yaml templates/cilium-grafana-dashboards.yaml
|
|
|
|
../kubezero-metrics/sync_grafana_dashboards.py haproxy-dashboards.yaml templates/haproxy-grafana-dashboards.yaml
|
2023-11-15 14:39:02 +00:00
|
|
|
|
|
|
|
update_docs
|