fix: remove runtimeClass during upgrade as it is imutable

This commit is contained in:
Stefan Reimer 2022-04-22 17:22:41 +02:00
parent 5b873e4aca
commit fb6bf38630
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -121,6 +121,8 @@ if [ "$1" == 'upgrade' ]; then
### PRE 1.22 specific
#####################
kubectl delete runtimeclass crio
#####################
render_kubeadm