fix: final fixes for 1.21

This commit is contained in:
Stefan Reimer 2022-03-08 11:42:40 +01:00
parent 02fa1de1d8
commit 4bcb3fa1c9
3 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@ export WORKDIR=/tmp/kubezero
export HOSTFS=/host
export VERSION=v1.21
export NETWORK_VERSION=0.1.7
export ADDONS_VERSION=0.4.2
export ADDONS_VERSION=0.4.3
export KUBECONFIG="${HOSTFS}/root/.kube/config"

View File

@ -5,7 +5,7 @@ YAML=$1
# Convert keys
yq eval -i '
.spec.source.repoURL="https://cdn.zero-downtime.net/charts" |
.spec.source.targetRevision="1.21.9-1" |
.spec.source.targetRevision="1.21.9-3" |
del(.spec.source.helm.parameters)' $YAML
# Extract values

View File

@ -8,7 +8,6 @@ VERSION="v1.21.9"
unset AWS_DEFAULT_PROFILE
nodes=$(kubectl get nodes -l node-role.kubernetes.io/control-plane -o json | jq .items[].metadata.name -r)
for node in $nodes; do
echo "Deploying node upgrade job on $node..."