Minor argocd fixes

This commit is contained in:
Stefan Reimer 2023-08-23 12:33:46 +00:00
parent c0cb525f63
commit ab7873dbbf
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
helm dep update . ../../scripts/lib-update.sh
update_helm
# Create ZDT dashboard configmap # Create ZDT dashboard configmap
../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml ../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml

View File

@ -30,8 +30,8 @@ argo-cd:
.sidebar { background: linear-gradient(to bottom, #6A4D79, #493558, #2D1B30, #0D0711); } .sidebar { background: linear-gradient(to bottom, #6A4D79, #493558, #2D1B30, #0D0711); }
cm: cm:
ui.bannercontent: "KubeZero v1.25 - Release notes" ui.bannercontent: "KubeZero v1.26 - Release notes"
ui.bannerurl: "https://kubezero.com/releases/v1.25" ui.bannerurl: "https://kubezero.com/releases/v1.26"
ui.bannerpermanent: "true" ui.bannerpermanent: "true"
ui.bannerposition: "bottom" ui.bannerposition: "bottom"

View File

@ -98,7 +98,7 @@ logging:
argocd: argocd:
enabled: false enabled: false
namespace: argocd namespace: argocd
targetRevision: 0.13.1 targetRevision: 0.13.2
argocd-image-updater: argocd-image-updater:
enabled: false enabled: false
istio: istio: