Minor argocd fixes
This commit is contained in:
parent
03dd4c04d2
commit
7b7f3e2a91
@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
helm dep update
|
||||
. ../../scripts/lib-update.sh
|
||||
|
||||
update_helm
|
||||
|
||||
# Create ZDT dashboard configmap
|
||||
../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml
|
||||
|
@ -30,8 +30,8 @@ argo-cd:
|
||||
.sidebar { background: linear-gradient(to bottom, #6A4D79, #493558, #2D1B30, #0D0711); }
|
||||
|
||||
cm:
|
||||
ui.bannercontent: "KubeZero v1.25 - Release notes"
|
||||
ui.bannerurl: "https://kubezero.com/releases/v1.25"
|
||||
ui.bannercontent: "KubeZero v1.26 - Release notes"
|
||||
ui.bannerurl: "https://kubezero.com/releases/v1.26"
|
||||
ui.bannerpermanent: "true"
|
||||
ui.bannerposition: "bottom"
|
||||
|
||||
|
@ -98,7 +98,7 @@ logging:
|
||||
argocd:
|
||||
enabled: false
|
||||
namespace: argocd
|
||||
targetRevision: 0.13.1
|
||||
targetRevision: 0.13.2
|
||||
argocd-image-updater:
|
||||
enabled: false
|
||||
istio:
|
||||
|
Loading…
Reference in New Issue
Block a user