2022-05-11 10:50:05 +00:00
|
|
|
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
. ../../scripts/lib-update.sh
|
2022-05-11 10:50:05 +00:00
|
|
|
|
2023-09-06 10:43:03 +00:00
|
|
|
login_ecr_public
|
|
|
|
update_helm
|
2022-11-03 13:41:46 +00:00
|
|
|
|
|
|
|
# Fetch dashboards
|
|
|
|
../kubezero-metrics/sync_grafana_dashboards.py dashboards-keycloak.yaml templates/keycloak/grafana-dashboards.yaml
|
2023-09-06 10:43:03 +00:00
|
|
|
|
|
|
|
update_docs
|