Skip to content

Commit

Permalink
feat: bump Kubernetes controller to v0.0.13 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra authored Aug 23, 2024
1 parent 80661ad commit 2f8fc8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spacelift-workerpool-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: spacelift-workerpool-controller
description: A Helm chart for deploying spacelift workerpool controller
type: application
version: 0.1.0
appVersion: "v0.0.12"
appVersion: "v0.0.13"

dependencies:
- name: spacelift-promex
version: 0.25.0
repository: "https://downloads.spacelift.io/helm"
condition: spacelift-promex.enabled
condition: spacelift-promex.enabled
4 changes: 4 additions & 0 deletions spacelift-workerpool-controller/crds/workerpool-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4639,14 +4639,18 @@ spec:
desiredPoolSize:
format: int32
type: integer
selector:
type: string
required:
- actualPoolSize
- selector
type: object
type: object
served: true
storage: true
subresources:
scale:
labelSelectorPath: .status.selector
specReplicasPath: .spec.poolSize
statusReplicasPath: .status.actualPoolSize
status: {}
2 changes: 1 addition & 1 deletion spacelift-workerpool-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ controllerManager:
- ALL
image:
repository: public.ecr.aws/spacelift/kube-workerpool-controller
tag: v0.0.12
tag: v0.0.13
resources:
limits:
memory: 128Mi
Expand Down

0 comments on commit 2f8fc8a

Please sign in to comment.