Skip to content

Commit

Permalink
feat: update workerpool controller to v0.0.1-alpha4
Browse files Browse the repository at this point in the history
Adding support for:

- Automatically cleaning up successful Pods.
- Overriding the launcher image.
  • Loading branch information
adamconnelly committed Jan 19, 2024
1 parent f5ae748 commit 38c622f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spacelift-workerpool-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: spacelift-workerpool-controller
description: A Helm chart for deploying spacelift workerpool controller
type: application
version: 0.1.0
appVersion: "v0.0.1-alpha2"
appVersion: "v0.0.1-alpha4"
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 @@ -36,6 +36,8 @@ spec:
items:
type: string
type: array
keepSuccessfulPods:
type: boolean
pod:
properties:
activeDeadlineSeconds:
Expand Down Expand Up @@ -2066,6 +2068,8 @@ spec:
additionalProperties:
type: string
type: object
launcherImage:
type: string
nodeName:
type: string
nodeSelector:
Expand Down
2 changes: 1 addition & 1 deletion spacelift-workerpool-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ controllerManager:
- ALL
image:
repository: public.ecr.aws/spacelift/kube-workerpool-controller
tag: v0.0.1-alpha3
tag: v0.0.1-alpha4
resources:
limits:
memory: 128Mi
Expand Down

0 comments on commit 38c622f

Please sign in to comment.