Skip to content

Commit

Permalink
feat: bump Kubernetes controller to v0.0.8 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra authored Apr 26, 2024
1 parent 06e8e66 commit 7bf3ee0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.7"
appVersion: "v0.0.8"
6 changes: 4 additions & 2 deletions spacelift-workerpool-controller/crds/workerpool-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .spec.poolSize
- jsonPath: .status.desiredPoolSize
name: Desired pool size
type: integer
- jsonPath: .status.actualPoolSize
Expand Down Expand Up @@ -3964,7 +3964,6 @@ spec:
type: object
type: object
poolSize:
default: 1
format: int32
minimum: 0
type: integer
Expand Down Expand Up @@ -4011,6 +4010,9 @@ spec:
actualPoolSize:
format: int32
type: integer
desiredPoolSize:
format: int32
type: integer
required:
- actualPoolSize
type: object
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 @@ -42,7 +42,7 @@ controllerManager:
- ALL
image:
repository: public.ecr.aws/spacelift/kube-workerpool-controller
tag: v0.0.7
tag: v0.0.8
resources:
limits:
memory: 128Mi
Expand Down

0 comments on commit 7bf3ee0

Please sign in to comment.