ci: kubernetes version bump

This commit is contained in:
Stefan Reimer 2022-01-24 13:37:23 +01:00
parent c28ff1cdcf
commit a3c95a2e7a
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
VERSION ?= 1.21.8
VERSION ?= 1.21.9
ALPINE_VERSION ?= 3.15
REGISTRY := public.ecr.aws/zero-downtime
REPOSITORY := kubezero-admin

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubeadm
description: KubeZero Kubeadm cluster config
type: application
version: 1.21.8
version: 1.21.9
home: https://kubezero.com
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
keywords:

View File

@ -1,6 +1,6 @@
# kubeadm
![Version: 1.21.8](https://img.shields.io/badge/Version-1.21.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 1.21.9](https://img.shields.io/badge/Version-1.21.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
KubeZero Kubeadm cluster 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.8-4" |
.spec.source.targetRevision="1.21.8-7" |
del(.spec.source.helm.parameters)' $YAML
# Extract values

View File

@ -1,6 +1,6 @@
#!/bin/bash -e
VERSION="v1.21.8"
VERSION="v1.21.9"
[ -n "$DEBUG" ] && DEBUG=1