kubezero/charts/kubezero-network/update.sh

13 lines
226 B
Bash
Raw Normal View History

2023-05-02 10:07:00 +00:00
#!/bin/bash
set -ex
2023-05-02 10:07:00 +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
update_docs