kubezero/charts/kubezero-argocd/update.sh

11 lines
200 B
Bash
Raw Normal View History

2021-07-01 14:40:23 +00:00
#!/bin/bash
2023-08-23 12:33:46 +00:00
. ../../scripts/lib-update.sh
update_helm
2022-04-21 19:03:17 +00:00
2021-07-01 14:40:23 +00:00
# Create ZDT dashboard configmap
../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml
2023-11-27 12:50:50 +00:00
update_docs