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
|
ALPINE_VERSION ?= 3.15
|
||||||
REGISTRY := public.ecr.aws/zero-downtime
|
REGISTRY := public.ecr.aws/zero-downtime
|
||||||
REPOSITORY := kubezero-admin
|
REPOSITORY := kubezero-admin
|
||||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubeadm
|
name: kubeadm
|
||||||
description: KubeZero Kubeadm cluster config
|
description: KubeZero Kubeadm cluster config
|
||||||
type: application
|
type: application
|
||||||
version: 1.21.8
|
version: 1.21.9
|
||||||
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:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# kubeadm
|
# 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
|
KubeZero Kubeadm cluster config
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ YAML=$1
|
|||||||
# Convert keys
|
# Convert keys
|
||||||
yq eval -i '
|
yq eval -i '
|
||||||
.spec.source.repoURL="https://cdn.zero-downtime.net/charts" |
|
.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
|
del(.spec.source.helm.parameters)' $YAML
|
||||||
|
|
||||||
# Extract values
|
# Extract values
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
VERSION="v1.21.8"
|
VERSION="v1.21.9"
|
||||||
|
|
||||||
[ -n "$DEBUG" ] && DEBUG=1
|
[ -n "$DEBUG" ] && DEBUG=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user