feat: tag kubezero image with major version, minor tweaks
This commit is contained in:
parent
08aafcdc4d
commit
5a0d3d687f
3
Makefile
3
Makefile
@ -2,6 +2,9 @@ REGISTRY := public.ecr.aws/zero-downtime
|
||||
IMAGE := kubezero-admin
|
||||
REGION := us-east-1
|
||||
|
||||
# Also tag as Kubernetes major version
|
||||
EXTRA_TAGS = $(shell echo $(TAG) | awk -F '.' '{ print $$1 "." $$2 }')
|
||||
|
||||
include .ci/podman.mk
|
||||
|
||||
update-charts:
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero-istio-gateway
|
||||
description: KubeZero Umbrella Chart for Istio gateways
|
||||
type: application
|
||||
version: 0.8.1
|
||||
version: 0.8.0
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero-istio
|
||||
description: KubeZero Umbrella Chart for Istio
|
||||
type: application
|
||||
version: 0.8.1
|
||||
version: 0.8.0
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
|
@ -11,7 +11,7 @@ spec:
|
||||
command:
|
||||
- "bash"
|
||||
- "-c"
|
||||
- "/opt/aws/neuron/bin/neuron-ls && sleep 3600"
|
||||
- "sleep 3600"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: neuron-top
|
||||
resources:
|
||||
|
@ -75,7 +75,7 @@ Workers automatically load the custom kernel module on these instance types and
|
||||
`cat <cluster/env/kubezero/application.yaml> | ./releases/v1.22/migrate_agro.py` and adjust if needed and replace the original. Do NOT commit yet !
|
||||
|
||||
2. Upgrade `logging` and `metrics` module
|
||||
- `./bootstrap.sh crds logging <env>` CRDs for logging
|
||||
- `kubectl get crd elasticsearches.elasticsearch.k8s.elastic.co && kubectl replace -f https://download.elastic.co/downloads/eck/2.1.0/crds.yaml` CRDs for logging
|
||||
- `./bootstrap.sh apply logging <env>` logging module to support new OS coming with 1.22
|
||||
- `./bootstrap.sh crds metrics <env>` CRDs for metrics
|
||||
- `./bootstrap.sh apply metrics <env>` to get new exporters in place to support 1.22
|
||||
|
Loading…
Reference in New Issue
Block a user