@@ -4,7 +4,7 @@ apiVersion: v1
44kind : Namespace
55metadata :
66 annotations :
7- " helm.sh/hook " : " post-install"
7+ " helm.sh/hook " : " post-install,post-upgrade "
88 " helm.sh/hook-weight " : " 1"
99 " argocd.argoproj.io/sync-wave " : " 1"
1010 name : helm-addon-system
@@ -14,7 +14,7 @@ apiVersion: v1
1414kind : Namespace
1515metadata :
1616 annotations :
17- " helm.sh/hook " : " post-install"
17+ " helm.sh/hook " : " post-install,post-upgrade "
1818 " helm.sh/hook-weight " : " 1"
1919 name : kubeadm-bootstrap-system
2020---
@@ -23,7 +23,7 @@ apiVersion: v1
2323kind : Namespace
2424metadata :
2525 annotations :
26- " helm.sh/hook " : " post-install"
26+ " helm.sh/hook " : " post-install,post-upgrade "
2727 " helm.sh/hook-weight " : " 1"
2828 name : kubeadm-control-plane-system
2929---
@@ -32,7 +32,7 @@ apiVersion: v1
3232kind : Namespace
3333metadata :
3434 annotations :
35- " helm.sh/hook " : " post-install"
35+ " helm.sh/hook " : " post-install,post-upgrade "
3636 " helm.sh/hook-weight " : " 1"
3737 name : capi-system
3838---
@@ -41,7 +41,7 @@ apiVersion: v1
4141kind : Namespace
4242metadata :
4343 annotations :
44- " helm.sh/hook " : " post-install"
44+ " helm.sh/hook " : " post-install,post-upgrade "
4545 " helm.sh/hook-weight " : " 1"
4646 " argocd.argoproj.io/sync-wave " : " 1"
4747 name : docker-infrastructure-system
@@ -53,7 +53,7 @@ metadata:
5353 name : helm
5454 namespace : helm-addon-system
5555 annotations :
56- " helm.sh/hook " : " post-install"
56+ " helm.sh/hook " : " post-install,post-upgrade "
5757 " helm.sh/hook-weight " : " 2"
5858 " argocd.argoproj.io/sync-wave " : " 2"
5959spec :
@@ -66,7 +66,7 @@ metadata:
6666 name : kubeadm
6767 namespace : kubeadm-bootstrap-system
6868 annotations :
69- " helm.sh/hook " : " post-install"
69+ " helm.sh/hook " : " post-install,post-upgrade "
7070 " helm.sh/hook-weight " : " 2"
7171spec :
7272 version : v1.5.4
@@ -81,7 +81,7 @@ metadata:
8181 name : kubeadm
8282 namespace : kubeadm-control-plane-system
8383 annotations :
84- " helm.sh/hook " : " post-install"
84+ " helm.sh/hook " : " post-install,post-upgrade "
8585 " helm.sh/hook-weight " : " 2"
8686spec :
8787 version : v1.5.4
@@ -96,7 +96,7 @@ metadata:
9696 name : cluster-api
9797 namespace : capi-system
9898 annotations :
99- " helm.sh/hook " : " post-install"
99+ " helm.sh/hook " : " post-install,post-upgrade "
100100 " helm.sh/hook-weight " : " 2"
101101 " argocd.argoproj.io/sync-wave " : " 2"
102102spec :
@@ -112,7 +112,7 @@ metadata:
112112 name : docker
113113 namespace : docker-infrastructure-system
114114 annotations :
115- " helm.sh/hook " : " post-install"
115+ " helm.sh/hook " : " post-install,post-upgrade "
116116 " helm.sh/hook-weight " : " 2"
117117 " argocd.argoproj.io/sync-wave " : " 2"
118118spec :
0 commit comments