Skip to content

Commit 7982966

Browse files
authored
fix: Docker capi cluster (#858)
* fix docker CAPI cluster deployment * bump chart version
1 parent 3dad186 commit 7982966

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bootstrap/helm/cluster-api-cluster/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cluster-api-cluster
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.44
5+
version: 0.1.45
66
appVersion: v1.24.16

bootstrap/helm/cluster-api-cluster/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@ workers:
403403
#########################################
404404
kind:
405405
replicas: 0
406+
labels: {}
407+
annotations:
408+
cluster.x-k8s.io/replicas-managed-by: external-autoscaler
406409
#################################
407410
### AWS WORKERS ###
408411
#################################

0 commit comments

Comments
 (0)