Skip to content

Commit

Permalink
Merge pull request #28 from RafaySystems/karpenter-v0-35-4
Browse files Browse the repository at this point in the history
karpenter 0.35.4
  • Loading branch information
kutumba-rafay authored May 2, 2024
2 parents f7959cb + 016be56 commit 85614a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/karpenter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ annotations:
displayName: NodePool
description: NodePool is the Schema for the NodePools API.
apiVersion: v2
appVersion: 0.35.0
appVersion: 0.35.4
description: A Helm chart for Karpenter, an open-source node provisioning project
built for Kubernetes.
home: https://karpenter.sh/
Expand All @@ -32,4 +32,4 @@ name: karpenter
sources:
- https://github.com/aws/karpenter-provider-aws/
type: application
version: 0.35.1
version: 0.35.4
2 changes: 1 addition & 1 deletion charts/karpenter/crds/karpenter.sh_nodepools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
This is required if Schedule is set.
This regex has an optional 0s at the end since the duration.String() always adds
a 0s at the end.
pattern: ^([0-9]+(m|h)+(0s)?)$
pattern: ^((([0-9]+(h|m))|([0-9]+h[0-9]+m))(0s)?)$
type: string
nodes:
default: 10%
Expand Down
4 changes: 2 additions & 2 deletions charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ controller:
# -- Repository path to the controller image.
repository: public.ecr.aws/karpenter/controller
# -- Tag of the controller image.
tag: 0.35.0
tag: 0.35.4
# -- SHA256 digest of the controller image.
digest: sha256:48d1246f6b2066404e300cbf3e26d0bcdc57a76531dcb634d571f4f0e050cb57
digest: sha256:27a73db80b78e523370bcca77418f6d2136eea10a99fc87d02d2df059fcf5fb7
# -- Additional environment variables for the controller pod.
env: []
# - name: AWS_REGION
Expand Down

0 comments on commit 85614a8

Please sign in to comment.