fix: remove runtimeClass during upgrade as it is imutable
This commit is contained in:
parent
e8da40086e
commit
357cdfea8c
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero
|
||||
description: KubeZero - Root App of Apps chart
|
||||
type: application
|
||||
version: 1.22.8-2
|
||||
version: 1.22.8-3
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
|
@ -121,6 +121,8 @@ if [ "$1" == 'upgrade' ]; then
|
||||
### PRE 1.22 specific
|
||||
#####################
|
||||
|
||||
kubectl delete runtimeclass crio
|
||||
|
||||
#####################
|
||||
|
||||
render_kubeadm
|
||||
|
Loading…
Reference in New Issue
Block a user