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 e8da40086e
commit 357cdfea8c
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezero name: kubezero
description: KubeZero - Root App of Apps chart description: KubeZero - Root App of Apps chart
type: application type: application
version: 1.22.8-2 version: 1.22.8-3
home: https://kubezero.com home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords: keywords:

View File

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