File tree 3 files changed +7
-3
lines changed
spacelift-workerpool-controller
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: spacelift-workerpool-controller
3
3
description : A Helm chart for deploying spacelift workerpool controller
4
4
type : application
5
5
version : 0.1.0
6
- appVersion : " v0.0.12 "
6
+ appVersion : " v0.0.13 "
7
7
8
8
dependencies :
9
9
- name : spacelift-promex
10
10
version : 0.25.0
11
11
repository : " https://downloads.spacelift.io/helm"
12
- condition : spacelift-promex.enabled
12
+ condition : spacelift-promex.enabled
Original file line number Diff line number Diff line change @@ -4639,14 +4639,18 @@ spec:
4639
4639
desiredPoolSize :
4640
4640
format : int32
4641
4641
type : integer
4642
+ selector :
4643
+ type : string
4642
4644
required :
4643
4645
- actualPoolSize
4646
+ - selector
4644
4647
type : object
4645
4648
type : object
4646
4649
served : true
4647
4650
storage : true
4648
4651
subresources :
4649
4652
scale :
4653
+ labelSelectorPath : .status.selector
4650
4654
specReplicasPath : .spec.poolSize
4651
4655
statusReplicasPath : .status.actualPoolSize
4652
4656
status : {}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ controllerManager:
42
42
- ALL
43
43
image :
44
44
repository : public.ecr.aws/spacelift/kube-workerpool-controller
45
- tag : v0.0.12
45
+ tag : v0.0.13
46
46
resources :
47
47
limits :
48
48
memory : 128Mi
You can’t perform that action at this time.
0 commit comments