forked from Netcracker/KubeMarine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware_upgrade.yaml
34 lines (33 loc) · 915 Bytes
/
software_upgrade.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# The file is managed by "scripts/thirdparties/sync.py".
# It should still be manually changed to upgrade packages.
#
# Each software is mapped to the list of Kubernetes versions for which the upgrade is relevant.
# Special case is for packages 'haproxy' and 'keepalived'
# that have boolean flag if upgrade is necessary for all Kubernetes versions.
#
# The order of upgrade of defined by the implementation.
thirdparties:
calicoctl: []
crictl: []
packages:
containerd:
version_debian: []
containerdio:
version_rhel: []
version_rhel8: []
version_rhel9: []
haproxy:
version_rhel: false
version_rhel8: false
version_rhel9: false
version_debian: false
keepalived:
version_rhel: false
version_rhel8: false
version_rhel9: false
version_debian: false
plugins:
calico: []
nginx-ingress-controller: []
kubernetes-dashboard: []
local-path-provisioner: []