Compare commits
2 Commits
82a69017dd
...
0a2bd6116b
Author | SHA1 | Date | |
---|---|---|---|
0a2bd6116b | |||
63f96e58ba |
@ -14,7 +14,9 @@ pre_control_plane_upgrade_cluster() {
|
||||
|
||||
# All things after the first controller / control plane upgrade
|
||||
post_control_plane_upgrade_cluster() {
|
||||
echo
|
||||
# delete previous root app controlled by kubezero module
|
||||
kubectl delete application kubezero-git-sync -n argocd || true
|
||||
kubectl delete appproject kubezero -n argocd || true
|
||||
}
|
||||
|
||||
|
||||
|
@ -38,7 +38,7 @@ read -r
|
||||
#[ "$ARGOCD" == "true" ] && kubectl edit app kubezero -n argocd || kubectl edit cm kubezero-values -n kubezero
|
||||
|
||||
# upgrade modules
|
||||
control_plane_upgrade "apply_network, apply_addons, apply_storage, apply_operators"
|
||||
control_plane_upgrade "apply_kubezero apply_network, apply_addons, apply_storage, apply_operators"
|
||||
|
||||
echo "Checking that all pods in kube-system are running ..."
|
||||
waitSystemPodsRunning
|
||||
|
@ -27,7 +27,7 @@ dependencies:
|
||||
repository: https://opensearch-project.github.io/helm-charts/
|
||||
condition: data-prepper.enabled
|
||||
- name: jaeger
|
||||
version: 3.4.0
|
||||
version: 3.4.1
|
||||
repository: https://jaegertracing.github.io/helm-charts
|
||||
condition: jaeger.enabled
|
||||
- name: fluentd
|
||||
|
Loading…
x
Reference in New Issue
Block a user