ci: kubernetes version bump
This commit is contained in:
parent
69106a0391
commit
adf8aff57a
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
VERSION="v1.21.8"
|
||||
VERSION="v1.21.9"
|
||||
|
||||
[ -n "$DEBUG" ] && DEBUG=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user